<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/utils_tests/test_ipv6.py, branch stable/5.2.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-01-15T16:46:06Z</updated>
<entry>
<title>Fixed #36098 -- Fixed validate_ipv6_address()/validate_ipv46_address() crash for non-string values.</title>
<updated>2025-01-15T16:46:06Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-01-14T22:08:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b3c5830769d8a5dbf2f974da7116fe503c9454d9'/>
<id>urn:sha1:b3c5830769d8a5dbf2f974da7116fe503c9454d9</id>
<content type='text'>
Regression in ca2be7724e1244a4cb723de40a070f873c6e94bf.
</content>
</entry>
<entry>
<title>Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.</title>
<updated>2025-01-14T11:42:24Z</updated>
<author>
<name>Michael Manfre</name>
<email>mike@manfre.net</email>
</author>
<published>2024-12-12T02:39:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ca2be7724e1244a4cb723de40a070f873c6e94bf'/>
<id>urn:sha1:ca2be7724e1244a4cb723de40a070f873c6e94bf</id>
<content type='text'>
Thanks Saravana Kumar for the report, and Sarah Boyce and Mariusz
Felisiak for the reviews.

Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Updated documentation and comments for RFC updates.</title>
<updated>2022-11-10T12:52:17Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2022-11-04T12:33:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9bd174b9a75299dce33e673a559f2b673399b971'/>
<id>urn:sha1:9bd174b9a75299dce33e673a559f2b673399b971</id>
<content type='text'>
- Updated references to RFC 1123 to RFC 5322
  - Only partial as RFC 5322 sort of sub-references RFC 1123.
- Updated references to RFC 2388 to RFC 7578
  - Except RFC 2388 Section 5.3 which has no equivalent.
- Updated references to RFC 2396 to RFC 3986
- Updated references to RFC 2616 to RFC 9110
- Updated references to RFC 3066 to RFC 5646
- Updated references to RFC 7230 to RFC 9112
- Updated references to RFC 7231 to RFC 9110
- Updated references to RFC 7232 to RFC 9110
- Updated references to RFC 7234 to RFC 9111
- Tidied up style of text when referring to RFC documents
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed encoding preambles and future imports</title>
<updated>2017-01-18T08:55:19Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-11-19T17:19:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac'/>
<id>urn:sha1:d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed typos in tests/utils_tests/test_ipv6.py test names.</title>
<updated>2016-03-23T12:22:17Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-03-23T12:22:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1555d50ea40f22524b58e71bf15f3fc69a7c9591'/>
<id>urn:sha1:1555d50ea40f22524b58e71bf15f3fc69a7c9591</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26378 -- Allowed a left byte of zero in mixed IPv4/IPv6 validation.</title>
<updated>2016-03-23T12:18:29Z</updated>
<author>
<name>Amine Yaiche</name>
<email>yaiche.amin@gmail.com</email>
</author>
<published>2016-03-22T18:39:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=32c8e43ef1e859fa55af2f470a2a1120f51afabe'/>
<id>urn:sha1:32c8e43ef1e859fa55af2f470a2a1120f51afabe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26269 -- Prohibited spaces in is_valid_ipv6_address().</title>
<updated>2016-02-25T23:52:50Z</updated>
<author>
<name>Nick Malakhov</name>
<email>n.malahov@inlinetelecom.ru</email>
</author>
<published>2016-02-12T12:26:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ee69789f4546cc07b4ea85d03eb5bb6261673198'/>
<id>urn:sha1:ee69789f4546cc07b4ea85d03eb5bb6261673198</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sorted imports with isort; refs #23860.</title>
<updated>2015-02-06T13:16:28Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-28T12:35:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0ed7d155635da9f79d4dd67e4889087d3673c6da'/>
<id>urn:sha1:0ed7d155635da9f79d4dd67e4889087d3673c6da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixing E302 Errors</title>
<updated>2013-11-03T04:48:47Z</updated>
<author>
<name>Jason Myers</name>
<email>jason@jasonamyers.com</email>
</author>
<published>2013-11-02T21:34:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c3791463a5a9674f8e0148fbab57eae23c138896'/>
<id>urn:sha1:c3791463a5a9674f8e0148fbab57eae23c138896</id>
<content type='text'>
Signed-off-by: Jason Myers &lt;jason@jasonamyers.com&gt;
</content>
</entry>
</feed>
