You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if you desire to run OWASP dependency check in an environment where a proxy is required, you are forced to communicate with proxy via HTTP since URLConnectionFactory is hardcoded to do so. If for example a SOCKS protocol is desired, there is no way to have dependency check use SOCKS for proxy communication.
I have a working version of this feature that I can clean up for PR creation.
The text was updated successfully, but these errors were encountered:
Currently if you desire to run OWASP dependency check in an environment where a proxy is required, you are forced to communicate with proxy via HTTP since URLConnectionFactory is hardcoded to do so. If for example a SOCKS protocol is desired, there is no way to have dependency check use SOCKS for proxy communication.
I have a working version of this feature that I can clean up for PR creation.
The text was updated successfully, but these errors were encountered: