Skip to content

Commit

Permalink
feat: add SUSE/openSUSE source to test instance (#2570)
Browse files Browse the repository at this point in the history
Add SUSE and openSUSE source (around 20k records), details:
#2543
SUSE prefixes: `SUSE-SU-` (most records), `SUSE-OU-`, `SUSE-FU-` and
`SUSE-RU-`
openSUSE prefixes: `openSUSE-SU-`

Merge after #2571
  • Loading branch information
hogo6002 authored Sep 6, 2024
1 parent cf2de18 commit f240c5a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions source_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
ignore_git: True
link: 'https://packages.cgr.dev/chainguard/osv/'
editable: False

- name: 'curl'
versions_from_repo: False
rest_api_url: 'https://curl.se/docs/vuln.json'
Expand Down Expand Up @@ -294,6 +295,19 @@
editable: False
repo_username: 'git'

- name: 'suse'
versions_from_repo: False
rest_api_url: 'https://ftp.suse.com/pub/projects/security/osv/all.json'
type: 2
ignore_patterns: ['^(?!(?:open)?SUSE-[FORS]U-).*$'] # NOTE: Not currently supported for REST sources
directory_path: 'pub/projects/security/osv'
detect_cherrypicks: False
extension: '.json'
db_prefix: ['openSUSE-SU-', 'SUSE-FU-', 'SUSE-OU-', 'SUSE-RU-', 'SUSE-SU-']
ignore_git: True
link: 'https://ftp.suse.com/pub/projects/security/osv/'
editable: False

- name: 'ubuntu'
versions_from_repo: False
type: 0
Expand Down

0 comments on commit f240c5a

Please sign in to comment.