<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - poppler website should reference secure / https git checkout variant"
href="https://bugs.freedesktop.org/show_bug.cgi?id=97597">97597</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>poppler website should reference secure / https git checkout variant
</td>
</tr>
<tr>
<th>Product</th>
<td>poppler
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>general
</td>
</tr>
<tr>
<th>Assignee</th>
<td>poppler-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>hanno@hboeck.de
</td>
</tr></table>
<p>
<div>
<pre>Currently the poppler website recommends this command to check out the poppler
source code:
git clone git://git.freedesktop.org/git/poppler/poppler
I would recommend to change this to the https version, so users get the code in
a secure way by default. The git:// is insecure by design and it would allow an
active attacker to manipulate the code someone downloads.
Like this:
git clone <a href="https://anongit.freedesktop.org/git/poppler/poppler.git">https://anongit.freedesktop.org/git/poppler/poppler.git</a></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>