index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
validators
/
invalid_urls.txt
Age
Commit message (
Expand
)
Author
2021-06-02
[3.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses.
Mariusz Felisiak
2020-02-13
Fixed #31267 -- Added tests cases with empty username or password for URLVali...
Dennis Schwertel
2018-07-23
Fixed #29528 -- Made URLValidator reject invalid characters in the username a...
Tim Bell
2016-06-28
Fixed #26119 -- Fixed URLValidator crash on URLs with brackets.
Christopher Grebs
2016-02-18
Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.
Tim Graham
2015-12-08
Fixed #25637 -- Added URLValidator hostname length validation.
Raphael Michel
2015-10-29
Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots in the ...
Dheerendra Rathor
2015-07-08
Fixed catastrophic backtracking in URLValidator.
Shai Berger
2015-07-06
Fixed #25059 -- Allowed Punycode TLDs in URLValidator
Alexey Sveshnikov
2015-01-06
Fixed #20003 -- Improved and extended URLValidator
Danilo Bargen
2014-11-03
Refactored URLValidator tests by moving URLs to text files.
Danilo Bargen