Skip to content

Add scanner data to vulnerability pages

Daniel Tian requested to merge 46540-add-scanner-data into master

What does this MR do?

This MR adds the scanner and report types data to the vulnerabilities pages. There are 3 separate pages:

  1. Project vulnerabilities - vulnerabilities for a project
  2. Group vulnerabilities - vulnerabilities for all the projects in a group
  3. Instance vulnerabilities - vulnerabilities for an instance, the projects must be manually added
Project Group Instance
ksnip_20210114-020743 ksnip_20210114-020829 ksnip_20210114-021043

The scanner data is the scanners that were used to find the vulnerabilities, and the report types is metadata to convert the integer in the scanner data, into a string:

Scanner data Report data
ksnip_20210114-021406 ksnip_20210114-021422

This MR provides the data needed for a follow-up MR.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Daniel Tian

Merge request reports