Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions source_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading