<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git, branch 5.1.1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=5.1.1</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=5.1.1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2024-09-03T12:26:51Z</updated>
<entry>
<title>[5.1.x] Bumped version for 5.1.1 release.</title>
<updated>2024-09-03T12:26:51Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2024-09-03T12:26:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=1e1d791787e27227124ac6067de3bfc81175ce02'/>
<id>urn:sha1:1e1d791787e27227124ac6067de3bfc81175ce02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[5.1.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when email sending fails.</title>
<updated>2024-09-03T12:24:21Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2024-08-19T17:47:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3c733c78d6f8e50296d6e248968b6516c92a53ca'/>
<id>urn:sha1:3c733c78d6f8e50296d6e248968b6516c92a53ca</id>
<content type='text'>
On successful submission of a password reset request, an email is sent
to the accounts known to the system. If sending this email fails (due to
email backend misconfiguration, service provider outage, network issues,
etc.), an attacker might exploit this by detecting which password reset
requests succeed and which ones generate a 500 error response.

Thanks to Thibaut Spriet for the report, and to Mariusz Felisiak, Adam
Johnson, and Sarah Boyce 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/chango.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] Fixed #35716 -- Fixed VariableDoesNotExist when rendering admin fieldsets.</title>
<updated>2024-08-30T18:52:41Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2024-08-29T17:01:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=62039659603ca0fa2df796d1732c4b414549c52b'/>
<id>urn:sha1:62039659603ca0fa2df796d1732c4b414549c52b</id>
<content type='text'>
Regression in 01ed59f753139afb514170ee7f7384c155ecbc2d.

Thank you to Fábio Domingues and Marijke Luttekes for the report,
and thank you to Natalia Bidart for the review.

Backport of fd1dd767783b5a7ec1a594fcc5885e7e4178dd26 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Fixed #35688 -- Restored timezone and role setters to be PostgreSQL DatabaseWrapper methods.</title>
<updated>2024-08-28T22:25:55Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2024-08-19T14:51:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=26c06671d9f9ff679be5e290b0752a45e582ce0c'/>
<id>urn:sha1:26c06671d9f9ff679be5e290b0752a45e582ce0c</id>
<content type='text'>
Following the addition of PostgreSQL connection pool support in
Refs #33497, the methods for configuring the database role and timezone
were moved to module-level functions. This change prevented subclasses
of DatabaseWrapper from overriding these methods as needed, for example,
when creating wrappers for other PostgreSQL-based backends.

Thank you Christian Hardenberg for the report and to
Florian Apolloner and Natalia Bidart for the review.

Regression in fad334e1a9b54ea1acb8cce02a25934c5acfe99f.

Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;

Backport of 7380ac57340653854bc2cfe0ed80298cdac6061d from main.
</content>
</entry>
<entry>
<title>[5.1.x] Removed outdated note about lack of subquery support in MySQL.</title>
<updated>2024-08-28T18:56:35Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2024-08-28T18:55:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=fcb71a76cc1f599f7abbce33e52d4e609d936b40'/>
<id>urn:sha1:fcb71a76cc1f599f7abbce33e52d4e609d936b40</id>
<content type='text'>
Backport of 26a67943ac5c2f196621220b24f4314d84471d07 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Fixed typos in docs/howto/initial-data.txt.</title>
<updated>2024-08-28T18:26:55Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2024-08-28T18:24:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9b09a4fd95310eb4d41430bdd5972047184b3aab'/>
<id>urn:sha1:9b09a4fd95310eb4d41430bdd5972047184b3aab</id>
<content type='text'>
Backport of 920efe503f8a1b16a497a792075c987080f3280a from main.
</content>
</entry>
<entry>
<title>[5.1.x] Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test suite accordingly.</title>
<updated>2024-08-28T14:47:15Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2024-08-09T17:03:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9a461cae3e5536cbacafa53dbd290ff68df22e67'/>
<id>urn:sha1:9a461cae3e5536cbacafa53dbd290ff68df22e67</id>
<content type='text'>
Over the years we've had multiple instances of hit and misses when
emitting warnings: either setting the wrong stacklevel or not setting
it at all.

This work adds assertions for the existing warnings that were declaring
the correct stacklevel, but were lacking tests for it.

Backport of 57307bbc7d88927989cf5b314f16d6e13ade04e6 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Refs #35405 -- Adjusted deprecation warning stacklevel in FieldCacheMixin.get_cache_name().</title>
<updated>2024-08-28T14:46:49Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2024-08-09T16:55:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=dd58edcc373afe57a56bf7c2374a4fc8446e80e9'/>
<id>urn:sha1:dd58edcc373afe57a56bf7c2374a4fc8446e80e9</id>
<content type='text'>
Backport of 39abd56a7fb1e2f735040df0fdfc08f57d91a49b from main.
</content>
</entry>
<entry>
<title>[5.1.x] Refs #35326 -- Adjusted deprecation warning stacklevel in FileSystemStorage.OS_OPEN_FLAGS.</title>
<updated>2024-08-28T14:46:23Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2024-08-09T16:45:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=8f5d2c374a150fca063443292cdf2618026bda42'/>
<id>urn:sha1:8f5d2c374a150fca063443292cdf2618026bda42</id>
<content type='text'>
Backport of 47f18a722624527cc72eef44cfc9d1e07ea4b4e0 from main.
</content>
</entry>
</feed>
