Skip to content

Change major version to v5 for DAST API/API Fuzzing

Michael Eddington requested to merge 456874-apisec-major-v4 into master

What does this MR do and why?

The security analyzers increment their major version numbers during major GitLab releases. DAST API and API Fuzzing share the same analyzer image, so they are incremented together.

  • Increment major version number from 3 to 5. Skipping v4 to avoid conflicting with legacy tags, and to align with browser based DAST versioning.
  • This is a breaking change for our users because v5 contains 17.0 breaking changes. Must be merged during a breaking change window.
  • No tests have been added or modified for this change.

Related issues:

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Manual testing of DAST-API.latest.gitlab-ci.yml and API-Fuzzing.latest.gitlab-ci.yml:

Manual testing of DAST-API.gitlab-ci.yml and API-Fuzzing.gitlab-ci.yml:

How to set up and validate locally

Edited by Michael Eddington

Merge request reports