We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With #3611 the parameters "proxyUser", "proxyPassword" and "proxyRealm" where introduced:
sechub/sechub-wrapper-owasp-zap/src/main/java/com/mercedesbenz/sechub/zapwrapper/cli/CommandLineSettings.java
Lines 120 to 141 in b05e13b
But currently we do not use this inside
sechub/sechub-wrapper-owasp-zap/src/main/java/com/mercedesbenz/sechub/zapwrapper/scan/login/ZapScriptLoginWebDriverFactory.java
Lines 27 to 35 in b05e13b
The proxy setup inside proxyinformation (it comes from parameters and/or environment entries) shall be used for the communication.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Situation
With #3611 the parameters "proxyUser", "proxyPassword" and "proxyRealm" where introduced:
sechub/sechub-wrapper-owasp-zap/src/main/java/com/mercedesbenz/sechub/zapwrapper/cli/CommandLineSettings.java
Lines 120 to 141 in b05e13b
But currently we do not use this inside
sechub/sechub-wrapper-owasp-zap/src/main/java/com/mercedesbenz/sechub/zapwrapper/scan/login/ZapScriptLoginWebDriverFactory.java
Lines 27 to 35 in b05e13b
Wanted
The proxy setup inside proxyinformation (it comes from parameters and/or environment entries)
shall be used for the communication.
The text was updated successfully, but these errors were encountered: