<!DOCTYPE html>
<html>
  <head>
    <style type="text/css">
h1 {
font: 12pt Roboto, "DejaVu Sans", Arial;
}
body {
font: 12pt Roboto, "DejaVu Sans", Arial;
margin-left: 5px;
margin-right: 5px;
}
a:link {
font-weight: bold;
color: #573;
}
blockquote {
font: 10pt monospace;
}
.header {
display:block;
background: #c0cf88;
border-bottom: solid 4px #573;
padding: 5px;
margin-top: 0px;
color: #573;
}
.header a {
font-size: 20px;
text-decoration: none;
}
.footer {
display: none;
background: #c0cf88;
border-top: solid 4px #573;
padding: 5px;
margin-bottom: 0px;
}
    </style>
</head>
<body>
<div id="entry">
<h1 class="header"><a href="https://kallithea-scm.org/repos/kallithea/changeset/5923d74742879b812965568475e21c3496d722a9">[security fix] api: don't send internal data unless asked for it  This changeset fixes CVE-2015-0260. See <https://kallithea-scm.org/security/cve-2015-0260.h...</a></h1>
<div id="body">
kiilerix committed on Fri, 06 Feb 2015 02:35:40<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/5923d74742879b812965568475e21c3496d722a9">5923d747</a><pre>[security fix] api: don't send internal data unless asked for it

This changeset fixes CVE-2015-0260.
See  for
more details.

 M kallithea/model/db.py (10 lines added, 7 lines removed)
 M kallithea/tests/functional/test_admin_users.py (2 lines added, 2 lines removed)
 M kallithea/tests/functional/test_my_account.py (2 lines added, 2 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>