summaryrefslogtreecommitdiff
path: root/tests/validators/invalid_urls.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #32959 -- Moved tests URLs to validators.tests.chrishna12021-07-281-81/+0
* Fixed #32930 -- Fixed URLValidator when port numbers < 10.Wu Haotian2021-07-221-0/+1
* Added more test cases with port numbers for URLValidator.Wu Haotian2021-07-221-0/+4
* Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses.Mariusz Felisiak2021-06-021-0/+8
* Fixed #31267 -- Added tests cases with empty username or password for URLVali...Dennis Schwertel2020-02-131-0/+3
* Fixed #29528 -- Made URLValidator reject invalid characters in the username a...Tim Bell2018-07-231-0/+6
* Fixed #26119 -- Fixed URLValidator crash on URLs with brackets.Christopher Grebs2016-06-281-0/+1
* Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.Tim Graham2016-02-181-1/+3
* Fixed #25637 -- Added URLValidator hostname length validation.Raphael Michel2015-12-081-0/+4
* Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots in the ...Dheerendra Rathor2015-10-291-0/+1
* Fixed catastrophic backtracking in URLValidator.Shai Berger2015-07-081-0/+2
* Fixed #25059 -- Allowed Punycode TLDs in URLValidatorAlexey Sveshnikov2015-07-061-0/+1
* Fixed #20003 -- Improved and extended URLValidatorDanilo Bargen2015-01-061-0/+36
* Refactored URLValidator tests by moving URLs to text files.Danilo Bargen2014-11-031-0/+12