Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/validators/invalid_urls.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25620 -- Made URLValidator prohibit URLs with ↵Dheerendra Rathor2015-10-291-0/+1
| | | | consecutive dots in the domain section.
* Fixed catastrophic backtracking in URLValidator.Shai Berger2015-07-081-0/+2
| | | | | | | Thanks João Silva for reporting the problem and Tim Graham for finding the problematic RE and for review. This is a security fix; disclosure to follow shortly.
* Fixed #25059 -- Allowed Punycode TLDs in URLValidatorAlexey Sveshnikov2015-07-061-0/+1
|
* Fixed #20003 -- Improved and extended URLValidatorDanilo Bargen2015-01-061-0/+36
| | | | | | | | | | | | | This adds support for authentication data (`user:password`) in URLs, IPv6 addresses, and unicode domains. The test suite has been improved by adding test URLs from http://mathiasbynens.be/demo/url-regex (with a few adjustments, like allowing local and reserved IPs). The previous URL validation regex failed this test suite on 13 occasions, the validator was updated based on https://gist.github.com/dperini/729294.
* Refactored URLValidator tests by moving URLs to text files.Danilo Bargen2014-11-031-0/+12