mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-15 21:39:00 +00:00
15 lines
425 B
YAML
15 lines
425 B
YAML
---
|
|
table_name: vulnerability_flags
|
|
classes:
|
|
- Vulnerabilities::Flag
|
|
feature_categories:
|
|
- vulnerability_management
|
|
description: Stores additional information for vulnerabilities, for example if a vulnerability
|
|
is identified as a false positive
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/65573
|
|
milestone: '14.1'
|
|
gitlab_schema: gitlab_sec
|
|
table_size: small
|
|
sharding_key:
|
|
project_id: projects
|