Chris Weber
Chris Weber
See test cases: idna2008 - 1 idna2008 - 3 IE's DOM property for hostname is the pure Unicode version of the label, e.g. "βόλοσ.com.urltest.lookout.net" which does not match the GET...
Should I modify results to account for this? Otherwise most tests fail in IE where they could be said to pass.
See: http://websec.github.io/unicode-security-guide/character-transformations/#normalization Identify Java's normalization form when handling Unicode - is this documented? If so, skip the following tests. If not documented, test major versions to identify: - normalization behavior...
See: http://websec.github.io/unicode-security-guide/character-transformations/#normalization Identify Python's normalization form when handling Unicode - is this documented? If so, skip the following tests. If not documented, test major versions to identify: - normalization behavior...
See: http://websec.github.io/unicode-security-guide/character-transformations/#normalization Identify Ruby's normalization form when handling Unicode - is this documented? If so, skip the following tests. If not documented, test major versions to identify: - normalization behavior...
See: http://websec.github.io/unicode-security-guide/character-transformations/#best-fit Identify glibc core string encoding APIs, and test major versions to document: - best-fit mapping behavior - does the API best-fit characters by default? - override options -...
See: http://websec.github.io/unicode-security-guide/character-transformations/#best-fit Identify VC++ core string encoding APIs, and test major versions to document: - best-fit mapping behavior - does the API best-fit characters by default? - override options -...
See: http://websec.github.io/unicode-security-guide/character-transformations/#best-fit Identify ICU's core string encoding APIs, and test major ICU versions to document: - best-fit mapping behavior - does the API best-fit characters by default? - override options...
See: http://websec.github.io/unicode-security-guide/character-transformations/#best-fit Test major iconv versions to document: - best-fit mapping behavior - does the API best-fit characters by default? - override options - can default be overridden? One way...
See: http://websec.github.io/unicode-security-guide/character-transformations/#best-fit Identify Java's core string encoding APIs, and test major Java versions to document: - best-fit mapping behavior - does the API best-fit characters by default? - override options...