File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Misc/NEWS.d/next/Security Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ length hostname involving bidirectional characters were decoded. Some protocols
5
5
such as :mod: `urllib ` http ``3xx `` redirects potentially allow for an attacker
6
6
to supply such a name.
7
7
8
- Individual labels within a DNS name will also now raise an error during IDNA
9
- decoding if they are longer than 1000 characters given that each decoded DNS
10
- label must be 63 or fewer characters. Only an application presenting a hostname
11
- value consisting primarily of "Nothing" characters to be removed would run into
12
- of this limit. Applications relying on this are not expected to exist . See
13
- :rfc: ` 5894 ` section 6 and :rfc: `3491 `.
8
+ Individual labels within an IDNA encoded DNS name will now raise an error early
9
+ during IDNA decoding if they are longer than 1000 encoded characters given that
10
+ each decoded DNS label must be 63 or fewer characters. Only an application
11
+ presenting a suspicious hostname value consisting primarily of "Nothing"
12
+ characters to be removed would run into of this new limit . See :rfc: ` 5894 `
13
+ section 6 and :rfc: `3491 `.
You can’t perform that action at this time.
0 commit comments