Skip to content

Commit

Permalink
Add the Ubuntu OSV data source to production (#2105)
Browse files Browse the repository at this point in the history
Caveat: The lack of version enumeration greatly reduces the utility of
this data.
  • Loading branch information
andrewpollock authored Apr 11, 2024
1 parent a604a94 commit 562374d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,20 @@
editable: False
repo_username: git

- name: 'ubuntu'
versions_from_repo: False
type: 0
ignore_patterns: []
directory_path: 'osv'
repo_url: 'https://github.com/canonical/ubuntu-security-notices.git'
detect_cherrypicks: False
extension: '.json'
db_prefix: 'USN-'
ignore_git: False
human_link: 'https://ubuntu.com/security/notices/{{ BUG_ID }}'
link: 'https://github.com/canonical/ubuntu-security-notices/blob/main/'
editable: False

- name: uvi
versions_from_repo: True
type: 0
Expand Down
1 change: 1 addition & 0 deletions source_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@
extension: '.json'
db_prefix: 'USN-'
ignore_git: False
human_link: 'https://ubuntu.com/security/notices/{{ BUG_ID }}'
link: 'https://github.com/canonical/ubuntu-security-notices/blob/main/'
editable: False

Expand Down

0 comments on commit 562374d

Please sign in to comment.