<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.7.3.4</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.7.3.4</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.7.3.4'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2010-12-15T19:47:40Z</updated>
<entry>
<title>Git 1.7.3.4</title>
<updated>2010-12-15T19:47:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-12-15T19:47:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=fa1c8542cb3ed2a193aac2e514ebe12d7fe22a04'/>
<id>urn:sha1:fa1c8542cb3ed2a193aac2e514ebe12d7fe22a04</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 1.7.2.5</title>
<updated>2010-12-15T19:45:36Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-12-15T19:45:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b91779f17eb19ffc2e63e84728e785cf274b47df'/>
<id>urn:sha1:b91779f17eb19ffc2e63e84728e785cf274b47df</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 1.7.1.4</title>
<updated>2010-12-15T19:40:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-12-15T19:40:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9db41eba4259126dbe1c68e2207d342d11f14745'/>
<id>urn:sha1:9db41eba4259126dbe1c68e2207d342d11f14745</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 1.7.0.9</title>
<updated>2010-12-15T19:38:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-12-15T19:38:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=cb198b3b67feb2c0a6f22199ec14fa48d18ac1ce'/>
<id>urn:sha1:cb198b3b67feb2c0a6f22199ec14fa48d18ac1ce</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 1.6.6.3</title>
<updated>2010-12-15T19:32:57Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-12-15T19:32:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=abf411e28d9df669b0e690578a1eb95c0bd29847'/>
<id>urn:sha1:abf411e28d9df669b0e690578a1eb95c0bd29847</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 1.6.5.9</title>
<updated>2010-12-15T19:27:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-12-15T19:27:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ec82874ad47627a44b6b22a6645551a214293711'/>
<id>urn:sha1:ec82874ad47627a44b6b22a6645551a214293711</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 1.6.4.5</title>
<updated>2010-12-15T19:19:11Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-12-15T19:19:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=88fcc52e4468d5dfef4f50d2bdee4b168a855368'/>
<id>urn:sha1:88fcc52e4468d5dfef4f50d2bdee4b168a855368</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: Introduce esc_attr to escape attributes of HTML elements</title>
<updated>2010-12-15T19:16:31Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2010-12-14T23:34:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3017ed62f47ce14a959e2d315c434d4980cf4243'/>
<id>urn:sha1:3017ed62f47ce14a959e2d315c434d4980cf4243</id>
<content type='text'>
It is needed only to escape attributes of handcrafted HTML elements,
and not those generated using CGI.pm subroutines / methods for HTML
generation.

While at it, add esc_url and esc_html where needed, and prefer to use
CGI.pm HTML generating methods than handcrafted HTML code.  Most of
those are probably unnecessary (could be exploited only by person with
write access to gitweb config, or at least access to the repository).

This fixes CVE-2010-3906

Reported-by: Emanuele Gentili &lt;e.gentili@tigersecurity.it&gt;
Helped-by: John 'Warthog9' Hawley &lt;warthog9@kernel.org&gt;
Helped-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Prepare for 1.7.3.4</title>
<updated>2010-12-14T16:55:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-12-14T15:51:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ada6a4117eb204fe14a83bc51daaf923cd8127ec'/>
<id>urn:sha1:ada6a4117eb204fe14a83bc51daaf923cd8127ec</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>use persistent memory for rejected paths</title>
<updated>2010-12-14T16:55:13Z</updated>
<author>
<name>Clemens Buchacher</name>
<email>drizzd@aon.at</email>
</author>
<published>2010-11-15T19:52:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3055d78f97da105acfc0e207266e902251d2949f'/>
<id>urn:sha1:3055d78f97da105acfc0e207266e902251d2949f</id>
<content type='text'>
An aborted merge prints the list of rejected paths as part of the
error message. Since commit f66caaf9 (do not overwrite files in
leading path), some of those paths do not have static buffers, so
we have to keep a copy. Use string_list's to accomplish this.

This changes the order of the list to the order in which the paths
are processed. Previously, it was reversed.

Signed-off-by: Clemens Buchacher &lt;drizzd@aon.at&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
