You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
00394: CVE-2022-45061: CPU denial of service via inefficient IDNA decoder
pythongh-98433: Fix quadratic time idna decoding.
There was an unnecessary quadratic loop in idna decoding. This restores
the behavior to linear.
(cherry picked from commit a6f6c3a)
Co-authored-by: Miss Islington (bot) <[email protected]>
Co-authored-by: Gregory P. Smith <[email protected]>
0 commit comments