Skip to content

Allows the user to download API fuzzing analyzer

Herber Madrigal requested to merge 325731-add-api-fuzzing-binary-analyzer into master

What does this MR do?

This MR adds a Job to download the API fuzzing binary image.

  1. Add api-fuzzing to the list of downloadable binaries in SECURE_BINARIES_ANALYZERS
  2. Add a job that runs only runs when api-fuzzing is added in variable SECURE_BINARIES_ANALYZERS and SECURE_BINARIES_DOWNLOAD_IMAGES is set to true
  3. SECURE_BINARIES_ANALYZER_VERSION which defines the image version is set to 1 for api-fuzzing to match the current version.

CI Template test

Screenshots (strongly suggested)

Screenshot of the generated image in sample project published-image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #325731 (closed)

Edited by Herber Madrigal

Merge request reports