chocolatey / package-validator

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

Requirement: Restrict FossHub downloading #153

Closed ferventcoder closed 7 years ago

ferventcoder commented 7 years ago

FossHub has recently expressed a desire not to have community packages download software from their site.

Detect this and disallow it.

ferventcoder commented 7 years ago

https://github.com/chocolatey/package-validator/wiki/ScriptsDoNotDownloadFromFossHub

gep13 commented 7 years ago

@ferventcoder should/can we add a check on the package for a dependency on the fosshub extension?

ferventcoder commented 7 years ago

I don't think it is necessary. If you look at the test, it shows that it still works just fine in detection.

gep13 commented 7 years ago

Okay dokay