Skip to content

Create Vulnerabilities::Statistic model

Mehmet Emin INAC requested to merge implement_vulnerability_stats_model into master

What does this MR do?

This MR is introducing a new model called Vulnerabilities::Statistic which will be used to store pre-calculated vulnerability statistics for projects.

There will be another MR to populate initial data and to continuously calculate the data later. I wanted to keep this as small as possible to merge it ASAP.

/related to !31757 (closed)

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 Mehmet Emin INAC

Merge request reports