Add scanner data to vulnerability pages
What does this MR do?
This MR adds the scanner and report types data to the vulnerabilities pages. There are 3 separate pages:
- Project vulnerabilities - vulnerabilities for a project
- Group vulnerabilities - vulnerabilities for all the projects in a group
- Instance vulnerabilities - vulnerabilities for an instance, the projects must be manually added
Project | Group | Instance |
---|---|---|
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 |
---|---|
This MR provides the data needed for a follow-up MR.
Does this MR meet the acceptance criteria?
Conformity
- [-] Changelog entry
- [-] Documentation (if required)
-
Code review guidelines -
Merge request performance guidelines - [-] Style guides
-
Database guides -
Separation of EE specific content
Availability and Testing
-
Review and add/update tests for this feature/bug. Consider all test levels. See the Test Planning Process. -
Tested in all supported browsers - [-] Informed Infrastructure department of a default or new setting change, if applicable per definition of done
Edited by Daniel Tian