From d51109b8198cc49cc7d47aefd29aed05902483ba Mon Sep 17 00:00:00 2001 From: Holly Gong <39108850+hogo6002@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:05:04 +1000 Subject: [PATCH] feat(data source): re-enable UBUNTU-CVE- into prod instance (#2635) Add [`UBUNTU-CVE-` records](https://github.com/canonical/ubuntu-security-notices/tree/main/osv/cve) into prod instance Test instance PR: https://github.com/google/osv.dev/pull/2607 --- source.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source.yaml b/source.yaml index 340cc883a13..8a8a31e3df9 100644 --- a/source.yaml +++ b/source.yaml @@ -313,12 +313,12 @@ - name: 'ubuntu' versions_from_repo: False type: 0 - ignore_patterns: ['^(?!USN-).*$'] + ignore_patterns: ['^(?!(USN|UBUNTU)-).*$'] directory_path: 'osv' repo_url: 'https://github.com/canonical/ubuntu-security-notices.git' detect_cherrypicks: False extension: '.json' - db_prefix: ['USN-'] + db_prefix: ['USN-', 'UBUNTU-'] ignore_git: False human_link: 'https://ubuntu.com/security/notices/{{ BUG_ID }}' link: 'https://github.com/canonical/ubuntu-security-notices/blob/main/'