Skip to content

Commit d0bcfae

Browse files
author
Chai Tadmor
committed
Revert source.yaml and source_test.yaml changes
These will be added in a separate PR after the code changes are merged.
1 parent 4742a54 commit d0bcfae

File tree

3 files changed

+0
-32
lines changed

3 files changed

+0
-32
lines changed

docs/data.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ The following ecosystems have vulnerabilities encoded in this format:
5656
([Apache 2.0](https://github.com/bitnami/vulndb/blob/main/LICENSE.md))
5757
- [Haskell Security Advisory DB](https://github.com/haskell/security-advisories)
5858
([CC0 1.0](https://github.com/haskell/security-advisories/blob/main/LICENSE.txt))
59-
- [Root](https://api.root.io/external/osv/all.json)
60-
(License TBD)
6159
- [Ubuntu](https://github.com/canonical/ubuntu-security-notices)
6260
([CC-BY-SA 4.0](https://github.com/canonical/ubuntu-security-notices/blob/main/LICENSE))
6361

source.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -101,21 +101,6 @@
101101
editable: False
102102
strict_validation: False
103103

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-
119104
- name: 'chainguard'
120105
versions_from_repo: False
121106
rest_api_url: 'https://packages.cgr.dev/chainguard/osv/all.json'

source_test.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -101,21 +101,6 @@
101101
editable: False
102102
strict_validation: True
103103

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-
119104
- name: 'chainguard'
120105
versions_from_repo: False
121106
rest_api_url: 'https://packages.cgr.dev/chainguard/osv/all.json'

0 commit comments

Comments
 (0)