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
[CVE-2022-45061] avoid DoS by decoding IDNA for too long domain names
There was an unnecessary quadratic loop in idna decoding. This
restores the behavior to linear.
Code is from gh#python/cpython!99232, released upstream in 3.7.16
Fixes: bsc#1205244
Fixes: gh#98433
Patch: CVE-2022-45061-DoS-by-IDNA-decode.patch
0 commit comments