Skip to content

Commit 5fc0b2f

Browse files
authored
Add EEF CNA to Test Sources (#4192)
See #4191
1 parent 573af3d commit 5fc0b2f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

source_test.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,20 @@
220220
editable: False
221221
strict_validation: True
222222

223+
- name: 'eef'
224+
type: 2
225+
rest_api_url: 'https://cna.erlef.org/osv/all.json'
226+
db_prefix: ['EEF-']
227+
human_link: 'https://cna.erlef.org/cves/{{ CVE_ID }}.html'
228+
link: 'https://cna.erlef.org/cves/'
229+
directory_path: 'osv'
230+
extension: '.json'
231+
ignore_patterns: ['^(?!EEF-).*$']
232+
# Not directly editable, but we're happy to take suggestions:
233+
# https://cna.erlef.org/contact
234+
editable: False
235+
versions_from_repo: True
236+
223237
- name: 'ghsa'
224238
versions_from_repo: False
225239
type: 0

0 commit comments

Comments
 (0)