diff --git a/source.yaml b/source.yaml index cb0946cb1a4..be984a8ccf9 100644 --- a/source.yaml +++ b/source.yaml @@ -131,6 +131,21 @@ editable: False strict_validation: True +- name: 'debian-cve' + versions_from_repo: False + type: 1 + ignore_patterns: ['^(?!DEBIAN-).*$'] + directory_path: 'debian-cve-osv' + detect_cherrypicks: False + extension: '.json' + bucket: 'debian-osv' + db_prefix: ['DEBIAN-'] + ignore_git: True + human_link: 'https://security-tracker.debian.org/tracker/{{ BUG_ID }}' + link: 'https://storage.googleapis.com/debian-osv/' + editable: False + strict_validation: True + - name: 'debian-dla' versions_from_repo: False type: 1 diff --git a/source_test.yaml b/source_test.yaml index 64e099ca652..7f8bd61df72 100644 --- a/source_test.yaml +++ b/source_test.yaml @@ -131,6 +131,21 @@ editable: False strict_validation: True +- name: 'debian-cve' + versions_from_repo: False + type: 1 + ignore_patterns: ['^(?!DEBIAN-).*$'] + directory_path: 'debian-cve-osv' + detect_cherrypicks: False + extension: '.json' + bucket: 'osv-test-debian-osv' + db_prefix: ['DEBIAN-'] + ignore_git: True + human_link: 'https://security-tracker.debian.org/tracker/{{ BUG_ID }}' + link: 'https://storage.googleapis.com/debian-osv/' + editable: False + strict_validation: True + - name: 'debian-dla' versions_from_repo: False type: 1