From 81a4b6f95775647f71b293af6bcf255067e9fc21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20M=C3=A4nnchen?= Date: Thu, 16 Oct 2025 14:04:09 +0200 Subject: [PATCH] Add EEF CNA to Test Sources --- source_test.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source_test.yaml b/source_test.yaml index 32af5cb4442..5553ec9e18d 100644 --- a/source_test.yaml +++ b/source_test.yaml @@ -220,6 +220,20 @@ editable: False strict_validation: True +- name: 'eef' + type: 2 + rest_api_url: 'https://cna.erlef.org/osv/all.json' + db_prefix: ['EEF-'] + human_link: 'https://cna.erlef.org/cves/{{ CVE_ID }}.html' + link: 'https://cna.erlef.org/cves/' + directory_path: 'osv' + extension: '.json' + ignore_patterns: ['^(?!EEF-).*$'] + # Not directly editable, but we're happy to take suggestions: + # https://cna.erlef.org/contact + editable: False + versions_from_repo: True + - name: 'ghsa' versions_from_repo: False type: 0