We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2e02d commit 8372767Copy full SHA for 8372767
source.yaml
@@ -101,6 +101,21 @@
101
editable: False
102
strict_validation: False
103
104
+- name: 'root'
105
+ versions_from_repo: False
106
+ type: 2
107
+ rest_api_url: 'https://api.root.io/external/osv/all.json'
108
+ ignore_patterns: ['^(?!ROOT-).*$']
109
+ directory_path: 'osv'
110
+ detect_cherrypicks: False
111
+ extension: '.json'
112
+ db_prefix: ['ROOT-']
113
+ ignore_git: True
114
+ human_link: 'https://root.io/security/{{ BUG_ID }}'
115
+ link: 'https://api.root.io/external/osv/'
116
+ editable: False
117
+ strict_validation: True
118
+
119
- name: 'chainguard'
120
versions_from_repo: False
121
rest_api_url: 'https://packages.cgr.dev/chainguard/osv/all.json'
0 commit comments