<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git, branch 3.1.13</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.1.13</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.1.13'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2021-07-01T06:37:09Z</updated>
<entry>
<title>[3.1.x] Bumped version for 3.1.13 release.</title>
<updated>2021-07-01T06:37:09Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-07-01T06:37:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=43873b9c92cfe68a082c7feda86f6fb95a3e902c'/>
<id>urn:sha1:43873b9c92cfe68a082c7feda86f6fb95a3e902c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[3.1.x] Fixed CVE-2021-35042 -- Prevented SQL injection in QuerySet.order_by().</title>
<updated>2021-07-01T06:36:17Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2021-06-18T05:16:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0bd57a879a0d54920bb9038a732645fb917040e9'/>
<id>urn:sha1:0bd57a879a0d54920bb9038a732645fb917040e9</id>
<content type='text'>
Regression introduced in 513948735b799239f3ef8c89397592445e1a0cd5
by marking the raw SQL column reference feature for deprecation in
Django 4.0 while lifting the column format validation.

In retrospective the validation should have been kept around and the
user should have been pointed at using RawSQL expressions during the
deprecation period.

The main branch is not affected because the raw SQL column reference
support has been removed in 06eec3197009b88e3a633128bbcbd76eea0b46ff
per the 4.0 deprecation life cycle.

Thanks Joel Saunders for the report.
</content>
</entry>
<entry>
<title>[3.1.x] Added stub release notes for 3.1.13.</title>
<updated>2021-07-01T04:59:22Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-07-01T04:52:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8dc1cc0b306168eb1c0a0fc5457b6f1156fcbcff'/>
<id>urn:sha1:8dc1cc0b306168eb1c0a0fc5457b6f1156fcbcff</id>
<content type='text'>
Backport of 8e97698d7b537cd298438a8d7b55916d275ff851 from main.
</content>
</entry>
<entry>
<title>[3.1.x] Fixed docs header underlines in security archive.</title>
<updated>2021-06-02T10:26:59Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-06-02T10:16:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1471ec4e1b282ccb93a6c99b75aeb2853b69fa23'/>
<id>urn:sha1:1471ec4e1b282ccb93a6c99b75aeb2853b69fa23</id>
<content type='text'>
Backport of d9cee3f5f2f90938d2c2c0230be40c7d50aef53d from main
</content>
</entry>
<entry>
<title>[3.1.x] Added CVE-2021-33203 and CVE-2021-33571 to security archive.</title>
<updated>2021-06-02T09:18:36Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2021-06-02T09:15:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6022181d85783fbee8906af356c65449082b0a1c'/>
<id>urn:sha1:6022181d85783fbee8906af356c65449082b0a1c</id>
<content type='text'>
Backport of a39f235ca4cb7370dba3a3dedeaab0106d27792f from main
</content>
</entry>
<entry>
<title>[3.1.x] Post-release version bump.</title>
<updated>2021-06-02T08:43:27Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2021-06-02T08:43:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=064c0c55af7e0287bbeff8303ca9ef1c7cfd3fb8'/>
<id>urn:sha1:064c0c55af7e0287bbeff8303ca9ef1c7cfd3fb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[3.1.x] Bumped version for 3.1.12 release.</title>
<updated>2021-06-02T08:39:54Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2021-06-02T08:39:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=625d3c1c643b0eb5c84339415ca0ba9f1728efa2'/>
<id>urn:sha1:625d3c1c643b0eb5c84339415ca0ba9f1728efa2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[3.1.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses.</title>
<updated>2021-06-02T08:38:07Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-05-24T07:55:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=203d4ab9ebcd72fc4d6eb7398e66ed9e474e118e'/>
<id>urn:sha1:203d4ab9ebcd72fc4d6eb7398e66ed9e474e118e</id>
<content type='text'>
validate_ipv4_address() was affected only on Python &lt; 3.9.5, see [1].
URLValidator() uses a regular expressions and it was affected on all
Python versions.

[1] https://bugs.python.org/issue36384
</content>
</entry>
<entry>
<title>[3.1.x] Fixed CVE-2021-33203 -- Fixed potential path-traversal via admindocs' TemplateDetailView.</title>
<updated>2021-06-02T08:38:07Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2021-05-17T09:26:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=20c67a0693c4ede2b09af02574823485e82e4c8f'/>
<id>urn:sha1:20c67a0693c4ede2b09af02574823485e82e4c8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[3.1.x] Confirmed release date for Django 3.1.12, and 2.2.24.</title>
<updated>2021-06-02T08:22:02Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2021-06-02T08:19:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=aa8781c0a671610d5327d0a14d45df3b1f29640d'/>
<id>urn:sha1:aa8781c0a671610d5327d0a14d45df3b1f29640d</id>
<content type='text'>
Backport of f66ae7a2d5558fe88ddfe639a610573872be6628 from main
</content>
</entry>
</feed>
