<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/utils_tests/test_html.py, branch 5.1.5</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=5.1.5</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=5.1.5'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-12-04T12:47:21Z</updated>
<entry>
<title>[5.1.x] Fixed CVE-2024-53907 -- Mitigated potential DoS in strip_tags().</title>
<updated>2024-12-04T12:47:21Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2024-11-13T14:06:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bbc74a7f7eb7335e913bdb4787f22e83a9be947e'/>
<id>urn:sha1:bbc74a7f7eb7335e913bdb4787f22e83a9be947e</id>
<content type='text'>
Thanks to jiangniao for the report, and Shai Berger and Natalia Bidart
for the reviews.
</content>
</entry>
<entry>
<title>[5.1.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizetrunc template filters.</title>
<updated>2024-09-03T12:24:13Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2024-08-12T13:17:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=022ab0a75c76ab2ea31dfcc5f2cf5501e378d397'/>
<id>urn:sha1:022ab0a75c76ab2ea31dfcc5f2cf5501e378d397</id>
<content type='text'>
Thanks MProgrammer (https://hackerone.com/mprogrammer) for the report.
</content>
</entry>
<entry>
<title>[5.1.x] Refs #34609 -- Fixed deprecation warning stack level in format_html().</title>
<updated>2024-08-27T18:17:47Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2024-08-27T18:14:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=03e0ab5c64d4bc09c6932268b29efcc789a0f7af'/>
<id>urn:sha1:03e0ab5c64d4bc09c6932268b29efcc789a0f7af</id>
<content type='text'>
Co-authored-by: Simon Charette &lt;charette.s@gmail.com&gt;

Backport of 2b71b2c8dcd40f2604310bb3914077320035b399 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Fixed CVE-2024-41991 -- Prevented potential ReDoS in django.utils.html.urlize() and AdminURLFieldWidget.</title>
<updated>2024-08-06T06:51:22Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-07-10T18:30:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bd807c0c25ab69361a4c08edcc1cf04d4652aa0a'/>
<id>urn:sha1:bd807c0c25ab69361a4c08edcc1cf04d4652aa0a</id>
<content type='text'>
Thanks Seokchan Yoon for the report.

Co-authored-by: Sarah Boyce &lt;42296566+sarahboyce@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>[5.1.x] Fixed CVE-2024-41990 -- Mitigated potential DoS in urlize and urlizetrunc template filters.</title>
<updated>2024-08-06T06:51:22Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2024-07-18T11:19:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0c1a8909164d8f2846322efb1143b72ad1616bd8'/>
<id>urn:sha1:0c1a8909164d8f2846322efb1143b72ad1616bd8</id>
<content type='text'>
Thanks to MProgrammer for the report.
</content>
</entry>
<entry>
<title>[5.1.x] Fixed CVE-2024-38875 -- Mitigated potential DoS in urlize and urlizetrunc template filters.</title>
<updated>2024-07-09T12:42:12Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2024-06-24T13:30:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=44aef996c8d723198e89ca834cb1d746e2e72d77'/>
<id>urn:sha1:44aef996c8d723198e89ca834cb1d746e2e72d77</id>
<content type='text'>
Thank you to Elias Myllymäki for the report.

Co-authored-by: Sarah Boyce &lt;42296566+sarahboyce@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Fixed #34609 -- Deprecated calling format_html() without arguments.</title>
<updated>2023-06-06T12:14:57Z</updated>
<author>
<name>devilsautumn</name>
<email>bhuvnesh875@gmail.com</email>
</author>
<published>2023-06-06T08:56:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=094b0bea2ce76db9d3dc06c384d4ac3b22705810'/>
<id>urn:sha1:094b0bea2ce76db9d3dc06c384d4ac3b22705810</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33779 -- Allowed customizing encoder class in django.utils.html.json_script().</title>
<updated>2022-06-28T08:54:38Z</updated>
<author>
<name>Hrushikesh Vaidya</name>
<email>hrushikeshrv@gmail.com</email>
</author>
<published>2022-06-23T08:50:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=72e41a0df6db23410135364223eeda83ac2a8b27'/>
<id>urn:sha1:72e41a0df6db23410135364223eeda83ac2a8b27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrote strip_tags test file to lorem ipsum.</title>
<updated>2022-03-08T13:50:06Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2022-03-06T10:08:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a45f28f0ecd830c4e5683d46d6b454861ba912b3'/>
<id>urn:sha1:a45f28f0ecd830c4e5683d46d6b454861ba912b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Refactored code to strictly match 88 characters line length.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-04T07:08:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7119f40c9881666b6f9b5cf7df09ee1d21cc8344'/>
<id>urn:sha1:7119f40c9881666b6f9b5cf7df09ee1d21cc8344</id>
<content type='text'>
</content>
</entry>
</feed>
