Skip to content

Commit

Permalink
Ignore CVE IDs from Ubuntu (#2432)
Browse files Browse the repository at this point in the history
Ubuntu has recently published a bunch of records with CVE IDs which is
causing problems for us.
Explicitly ignore them for now.
  • Loading branch information
michaelkedar authored Aug 1, 2024
1 parent 5af079a commit f182e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
- name: 'ubuntu'
versions_from_repo: False
type: 0
ignore_patterns: []
ignore_patterns: ['CVE-.*']
directory_path: 'osv'
repo_url: 'https://github.com/canonical/ubuntu-security-notices.git'
detect_cherrypicks: False
Expand Down
2 changes: 1 addition & 1 deletion source_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
- name: 'ubuntu'
versions_from_repo: False
type: 0
ignore_patterns: []
ignore_patterns: ['CVE-.*']
directory_path: 'osv'
repo_url: 'https://github.com/canonical/ubuntu-security-notices.git'
detect_cherrypicks: False
Expand Down

0 comments on commit f182e67

Please sign in to comment.