Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,21 @@
editable: False
strict_validation: False

- name: 'root'
versions_from_repo: False
type: 2
rest_api_url: 'https://api.root.io/external/osv/all.json'
ignore_patterns: ['^(?!ROOT-).*$']
directory_path: 'osv'
detect_cherrypicks: False
extension: '.json'
db_prefix: ['ROOT-']
ignore_git: True
human_link: 'https://root.io/security/{{ BUG_ID }}'
link: 'https://api.root.io/external/osv/'
editable: False
strict_validation: True

- name: 'chainguard'
versions_from_repo: False
rest_api_url: 'https://packages.cgr.dev/chainguard/osv/all.json'
Expand Down