Skip to content

Review and upgrade DAST version to the latest

DAST version in gitlab project pipeline is pinned to 1.22.1 to avoid new rules from rules slipping in.

  • Check if there is any new rules that got added by verifying the rules listed in scan summary to the ones listed in DAST_RULES in .gitlab/ci/dast.gitlab-ci.yml file
  • Verify if any of the DAST jobs timeout after updating the DAST version.
  • Create additional dast jobs if any of the jobs timeout or disable the new rule if it's not relevant.
Edited by Nikhil George