Skip to content

Draft: Adds generic security report type

James Johnson requested to merge 233168-add_generic_security_report into master

️ NOTE

NOTE This MR is too large and is being split into separate MRs:

  • Adding a tracking field to vulnerabilities in security reports
    • This is essentially a generic version of the location field
  • Adding a details field + dynamic rendering of typed objects to vulnerabilities in security reports
  • Add a generic security report type to GitLab
    • Will depend on the previous two MRs

What does this MR do?

This MR adds a generic security report type and is an implementation of the proposal to Restructure Security Reports. This MR also puts a tracking field and related code in place to Improve Vulnerability Uniqueness/Tracking.

Screenshots

TODO

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

Closes #233168 (closed)

Edited by James Johnson

Merge request reports