26 lines
710 B
YAML
26 lines
710 B
YAML
---
|
|
table_name: vulnerability_occurrence_identifiers
|
|
classes:
|
|
- Vulnerabilities::FindingIdentifier
|
|
feature_categories:
|
|
- vulnerability_management
|
|
description: Join table between Findings and Identifiers
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/6896
|
|
milestone: '11.4'
|
|
gitlab_schema: gitlab_main_cell
|
|
allow_cross_joins:
|
|
- gitlab_main_clusterwide
|
|
allow_cross_transactions:
|
|
- gitlab_main_clusterwide
|
|
allow_cross_foreign_keys:
|
|
- gitlab_main_clusterwide
|
|
desired_sharding_key:
|
|
project_id:
|
|
references: projects
|
|
backfill_via:
|
|
parent:
|
|
foreign_key: occurrence_id
|
|
table: vulnerability_occurrences
|
|
sharding_key: project_id
|
|
belongs_to: finding
|