Skip to content

Add API Fuzzing report type to backend

Michael Eddington requested to merge 258203-add-api-fuzzing-report into master

What does this MR do?

Add a new report type api_fuzzing for the API Fuzzing security analyzer to the backend.

The new report type uses the same schema and parser as DAST. This simplifies the implementation.

Addresses #258203 (closed)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Manual testing:

  1. Pipeline that submits an api_fuzzing report.
  2. Viewed MR page
  3. Viewed Security page on pipeline
  4. Viewed Security Dashboard
  5. GraphQL queries to verify new enum entry works.

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
Edited by Michael Eddington

Merge request reports