etnetera / owasp-dependency-check

MIT License
6 stars 12 forks source link

No Usage of HTTP(S)_PROXY Variable #15

Open Serverfrog opened 1 year ago

Serverfrog commented 1 year ago

Behind a corporate Firewall the binary can't be downloaded, due to the fact that it is not possible to download it via Proxy Settings. As far as i could see, with usage of this it should be possible.

In the NPM World there are two ways to have a Proxy setting. One is the NPM Defined one, the other one are the environment Variables. The last one is more consistent with other software.

centi commented 5 days ago

Did you try?

npm config set proxy http://proxy_host:port

or

npm config set https-proxy https://proxy_host:port