Internationalized Domain Names in Applications (IDNA)
Add patch CVE-2026-45409.patch to enforce early length limits in
encode(), decode(), and check_label() so that CONTEXTO-heavy
inputs cannot drive per-codepoint validation into quadratic
time. The patch also adapts the upstream test to work with the
v2.5 codec API by using idna.codec.IncrementalEncoder directly
instead of codecs.getincrementalencoder("idna2008").
CVE: CVE-2026-45409
Upstream patches:
-
|
||
|---|---|---|
| .gitignore | ||
| CVE-2024-3651.patch | ||
| CVE-2026-45409.patch | ||
| python-idna.spec | ||
| sources | ||