Actions
Feature #12787
openThe url validator accepts bad urls like "https://"
Description
[6] pry(main)> "https:://" =~ URI.regexp(["https"]) => 0 [7] pry(main)> "https:badone" =~ URI.regexp(["https"]) => 0 [8] pry(main)> "https://" =~ URI.regexp(["https"]) => 0 [9] pry(main)> "https:" =~ URI.regexp(["https"]) => 0
Updated by David Davis about 9 years ago
- Related to Bug #12698: Insufficient URL validation for smart proxy and medium added
Updated by David Davis about 9 years ago
- Tracker changed from Bug to Feature
- Subject changed from The url_schema validation accepts bad urls like "https://" to The url validator accepts bad urls like "https://"
Updated by The Foreman Bot about 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2970 added
Updated by David Davis over 8 years ago
- Status changed from Ready For Testing to New
Updated by David Davis over 8 years ago
- Blocks Refactor #12777: Use foreman's url_schema validator added
Actions