chocolatey / package-validator

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

Requirement: PackageSourceUrl should not be a zip, msi, or exe #133

Open ferventcoder opened 8 years ago

AdmiringWorm commented 7 years ago

Just wondering about this one, should this just check the url itself. Or download the file and verify it isn't a binary file? In the later case, it would probably need to check the content-type before downloading though.

bcurran3 commented 5 years ago

Should be negated with implementation of https://github.com/chocolatey/package-validator/issues/160