24 lines
749 B
YAML
24 lines
749 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_main_cell
|
|
allow_cross_foreign_keys:
|
|
- gitlab_main_clusterwide
|
|
desired_sharding_key:
|
|
project_id:
|
|
references: projects
|
|
backfill_via:
|
|
parent:
|
|
foreign_key: vulnerability_occurrence_id
|
|
table: vulnerability_occurrences
|
|
sharding_key: project_id
|
|
belongs_to: finding
|
|
desired_sharding_key_migration_job_name: BackfillVulnerabilityFlagsProjectId
|