mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-16 17:13:01 +00:00
15 lines
424 B
YAML
15 lines
424 B
YAML
---
|
|
table_name: vulnerability_historical_statistics
|
|
classes:
|
|
- Vulnerabilities::HistoricalStatistic
|
|
feature_categories:
|
|
- vulnerability_management
|
|
description: Stores aggregate vulnerability statistics which are used in the Security
|
|
Dashboard
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/36955
|
|
milestone: '13.3'
|
|
gitlab_schema: gitlab_sec
|
|
sharding_key:
|
|
project_id: projects
|
|
table_size: medium
|