<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/git/repo, branch main</title>
<subtitle>github.com: gitpython-developers/GitPython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/'/>
<entry>
<title>Update docs</title>
<updated>2023-02-02T17:00:49+00:00</updated>
<author>
<name>Clayton Walker</name>
<email>clayton.m.walker@gmail.com</email>
</author>
<published>2023-02-02T17:00:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=4a44fdf9d90a537d821c471b1cf1ae6c9e73a2de'/>
<id>4a44fdf9d90a537d821c471b1cf1ae6c9e73a2de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove optional from two member variables</title>
<updated>2023-01-27T22:20:19+00:00</updated>
<author>
<name>Clayton Walker</name>
<email>clayton.m.walker@gmail.com</email>
</author>
<published>2023-01-27T21:03:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=cc71f02913eaa4c7c939bc3762342710b009c092'/>
<id>cc71f02913eaa4c7c939bc3762342710b009c092</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Raise exception if return code from check-ignore is not 1</title>
<updated>2023-01-21T21:39:56+00:00</updated>
<author>
<name>Axel Aguado</name>
<email>axelaguado@gmail.com</email>
</author>
<published>2023-01-21T21:38:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=df4dabb17c4e83c580d515894dbf7d57912ee554'/>
<id>df4dabb17c4e83c580d515894dbf7d57912ee554</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some resource leaks by open file handles</title>
<updated>2023-01-08T23:10:23+00:00</updated>
<author>
<name>Martin Lambertsen</name>
<email>martin.lambertsen@web.de</email>
</author>
<published>2023-01-08T22:49:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=e50046688f734f65f452de9b8feb10189efd7c1b'/>
<id>e50046688f734f65f452de9b8feb10189efd7c1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix/add allow_unsafe_* params in docstrings + fix typo</title>
<updated>2023-01-08T03:44:28+00:00</updated>
<author>
<name>FC Stegerman</name>
<email>flx@obfusk.net</email>
</author>
<published>2023-01-08T03:44:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=4110b613833fb4039847ac80ca8571f4ec8ebe50'/>
<id>4110b613833fb4039847ac80ca8571f4ec8ebe50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Sphinx rendering errors</title>
<updated>2022-12-29T20:54:43+00:00</updated>
<author>
<name>Stephan Creutz</name>
<email>stephan.cr@gmx.de</email>
</author>
<published>2022-12-29T13:50:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=44636240a08bba4a13355a5a23543d537ff15576'/>
<id>44636240a08bba4a13355a5a23543d537ff15576</id>
<content type='text'>
These errors are mostly fixed by either adding blank lines or single
spaces for Sphinx documentation key words.

The commit solely includes documentation changes, no functional
changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These errors are mostly fixed by either adding blank lines or single
spaces for Sphinx documentation key words.

The commit solely includes documentation changes, no functional
changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1521 from stsewd/block-insecure-options</title>
<updated>2022-12-29T07:09:28+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2022-12-29T07:09:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=678a8fe08dd466fcfe8676294b52887955138960'/>
<id>678a8fe08dd466fcfe8676294b52887955138960</id>
<content type='text'>
Block insecure options and protocols by default</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Block insecure options and protocols by default</pre>
</div>
</content>
</entry>
<entry>
<title>Fix type hint on create_tag</title>
<updated>2022-12-29T07:06:10+00:00</updated>
<author>
<name>Andrew Cassidy</name>
<email>drewcassidy@me.com</email>
</author>
<published>2022-12-29T05:53:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=ae6a6e4b088a35c0fc7b17940722c8a515f7bee7'/>
<id>ae6a6e4b088a35c0fc7b17940722c8a515f7bee7</id>
<content type='text'>
pycharm yells at me without this
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pycharm yells at me without this
</pre>
</div>
</content>
</entry>
<entry>
<title>Block unsafe options and protocols by default</title>
<updated>2022-12-24T01:40:06+00:00</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@proton.me</email>
</author>
<published>2022-12-24T01:19:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=e6108c7997f5c8f7361b982959518e982b973230'/>
<id>e6108c7997f5c8f7361b982959518e982b973230</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Forbid unsafe protocol URLs in Repo.clone{,_from}()</title>
<updated>2022-12-23T21:16:21+00:00</updated>
<author>
<name>Steve Kowalik</name>
<email>steven@wedontsleep.org</email>
</author>
<published>2022-12-20T06:05:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=2625ed9fc074091c531c27ffcba7902771130261'/>
<id>2625ed9fc074091c531c27ffcba7902771130261</id>
<content type='text'>
Since the URL is passed directly to git clone, and the remote-ext helper
will happily execute shell commands, so by default disallow URLs that
contain a "::" unless a new unsafe_protocols kwarg is passed.
(CVE-2022-24439)

Fixes #1515
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the URL is passed directly to git clone, and the remote-ext helper
will happily execute shell commands, so by default disallow URLs that
contain a "::" unless a new unsafe_protocols kwarg is passed.
(CVE-2022-24439)

Fixes #1515
</pre>
</div>
</content>
</entry>
</feed>
