Skip to content

Parse scanner from security report scan.scanner

What does this MR do?

Related to #210327 (closed)

This change adds to Security Report parser ability to parse scanner from scan.scanner. This allows maintainer of the security report to manage all information about scanner in single place in the security report. Previously ie. vendor.name was parsed from vulnerabilities.scanner, but this property is not defined in the schema for that field (https://gitlab.com/gitlab-org/security-products/security-report-schemas/-/blob/master/dist/sast-report-format.json#L227), but is defined in scan.scanner (https://gitlab.com/gitlab-org/security-products/security-report-schemas/-/blob/master/dist/sast-report-format.json#L64).

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
Edited by Alan (Maciej) Paruszewski

Merge request reports