chocolatey / package-validator

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

[Requirement] Check for not using Invoke-WebRequest #177

Open gep13 opened 6 years ago

gep13 commented 6 years ago

There already is a guideline that includes invoke-webrequest:

https://github.com/chocolatey/package-validator/blob/ad59a9936d2c4e9a114e52a4dbf63fe13753017c/src/chocolatey.package.validator/infrastructure.app/rules/ScriptsDoNotUseDownloadersGuideline.cs

This should likely be split up and added as another rule