asaskevich / govalidator

[Go] Package of validators and sanitizers for strings, numerics, slices and structs
MIT License
5.97k stars 554 forks source link

check for colon in http & https in isURL func #495

Closed elkcityhazard closed 5 months ago

elkcityhazard commented 6 months ago

validator_test.go: added tests to check http|s without colons

added additional check in isURL to fail on strings that contain http but no colon