Skip to content

Commit 86177df

Browse files
YuvalElbar6claude
andcommitted
Fix spelling in changelog fragment: deserialized -> loaded
Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 4928513 commit 86177df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGES/12091.bugfix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Added a restricted unpickler to :py:meth:`~aiohttp.CookieJar.load` that only allows
22
cookie-related types (``SimpleCookie``, ``Morsel``, ``defaultdict``, etc.) to be
3-
deserialized, preventing arbitrary code execution via malicious pickle payloads
3+
loaded, preventing arbitrary code execution via malicious pickle payloads
44
(CWE-502). Also added :py:meth:`~aiohttp.CookieJar.save_json` and
55
:py:meth:`~aiohttp.CookieJar.load_json` as safe JSON-based alternatives for
66
cookie persistence -- by :user:`YuvalElbar6`.

0 commit comments

Comments
 (0)