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
With #3545 we are now able to use template data inside pds-solutions.
Wanted
Make use of the template data to enable script authentication in pds-owaspzap solution.
Solution
the script file must be correctly loaded from the extracted directory
the template webscans always use the template variables username and password for pds-owaspzap solution
make sure the path to the script is exported as environment variable in the owasp-zap.sh script if it exists
document the following requirements on the pds-solution side:
the script file is always called script.groovy
the variables username and password must be present for template webscans. The value of username can be any user identification like an ID, an email or a name.
The text was updated successfully, but these errors were encountered:
- resolve template data variables
- validate configuration
- add test cases
- update pds solutions to make use of script authentication file if it exists
- add documentation for pds solution
- small improvements to error handling
* Use tempalte data for script authentication #3710
- resolve template data variables
- validate configuration
- add test cases
- update pds solutions to make use of script authentication file if it exists
- add documentation for pds solution
- small improvements to error handling
- add new exit code for command line parsing errors
- add dedicated exception for wrong ZAP wrapper configuration
- updated command line parser to return settings and create scan context
in an additional step
- improve exception handling of cli
- update test cases
Situation
With #3545 we are now able to use template data inside pds-solutions.
Wanted
Make use of the template data to enable script authentication in pds-owaspzap solution.
Solution
username
andpassword
for pds-owaspzap solutionowasp-zap.sh
script if it existsscript.groovy
username
andpassword
must be present for template webscans. The value ofusername
can be any user identification like an ID, an email or a name.The text was updated successfully, but these errors were encountered: