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
/
valid_urls.txt
Age
Commit message (
Expand
)
Author
2021-07-28
Fixed #32959 -- Moved tests URLs to validators.tests.
chrishna1
2021-07-22
Fixed #32930 -- Fixed URLValidator when port numbers < 10.
Wu Haotian
2021-07-22
Added more test cases with port numbers for URLValidator.
Wu Haotian
2021-06-02
Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses.
Mariusz Felisiak
2021-01-04
Fixed #32298 -- Fixed URLValidator hostname length validation.
Akshat1Nar
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-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-09-04
Refs #25345 -- Updated links to code.google.com.
Maxime Lorant
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