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
Currently the number of parallel scans in pds-owaspzap is configurable.
Only one scan session at a time is possible due to the central use of Firefox (Session cookies etc.).
Remove the configurability of parallelism out of pds-owaspzap's Helm chart. (pds.config.execute.workerThreadCount)
pds.config.execute.workerThreadCount
The text was updated successfully, but these errors were encountered:
workerThreadCount is pinned to 1 #1825
980492a
Merge pull request #1826 from mercedes-benz/feature-1825-pds-owaspzap…
860977f
…-one-scan-at-a-time workerThreadCount is pinned to 1 #1825
sven-dmlr
Successfully merging a pull request may close this issue.
Situation
Currently the number of parallel scans in pds-owaspzap is configurable.
Problem
Only one scan session at a time is possible due to the central use of Firefox (Session cookies etc.).
Solution
Remove the configurability of parallelism out of pds-owaspzap's Helm chart.
(
pds.config.execute.workerThreadCount
)The text was updated successfully, but these errors were encountered: