chocolatey / package-validator

Windows service to validate packages conform to package standards
Apache License 2.0
31 stars 29 forks source link

(GH-210) Add check for mailto scheme #211

Closed gep13 closed 4 years ago

gep13 commented 4 years ago

If present in URL, fail validation. A mailto link is not expected, and therefore shouldn't be allowed.

Fixes #210