-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathds4.yaml
29 lines (29 loc) · 867 Bytes
/
ds4.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
$schema: ../../xtask/schema/generate-dump.json
import:
- !sbom
description: Red Hat SBOMs
source: https://access.redhat.com/security/data/sbom/beta/
period: 1s
fetchRetries: 50
ignoreMissing: true
keys:
- https://access.redhat.com/security/data/97f5eac4.txt#77E79ABE93673533ED09EBE2DCE3823597F5EAC4
- !cve
description: CVEs since 2020
source: https://github.com/CVEProject/cvelistV5
period: 1s
years: [2020, 2021, 2022, 2023, 2024, 2025]
- !osv
description: GHSA since 2020
period: 1s
source: https://github.com/github/advisory-database
path: advisories
fetchRetries: 50
years: [2020, 2021, 2022, 2023, 2024, 2025]
- !csaf
description: Red Hat CSAF advisories since 2020
source: redhat.com
period: 1s
fetchRetries: 50
ignoreMissing: true
onlyPatterns: ["^cve-202"]