chocolatey / package-validator

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

(GH-199) Only attempt to validate http/https URLs #205

Closed gep13 closed 4 years ago

gep13 commented 4 years ago

The Chocolatey nuspec file will accept any valid URI, however, we only attempt want to attempt to validate http/https URL's. This change enforces this, and return true for any other type of URI.

Fixes #199