We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573af3d commit 5fc0b2fCopy full SHA for 5fc0b2f
1 file changed
source_test.yaml
@@ -220,6 +220,20 @@
220
editable: False
221
strict_validation: True
222
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
+
237
- name: 'ghsa'
238
versions_from_repo: False
239
type: 0
0 commit comments