Skip to content

Commit 187c846

Browse files
andrewpollockCharlyReux
authored andcommitted
Add the Ubuntu OSV data source to production (#2105)
Caveat: The lack of version enumeration greatly reduces the utility of this data.
1 parent ea711b6 commit 187c846

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

source.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,20 @@
271271
editable: False
272272
repo_username: git
273273

274+
- name: 'ubuntu'
275+
versions_from_repo: False
276+
type: 0
277+
ignore_patterns: []
278+
directory_path: 'osv'
279+
repo_url: 'https://github.com/canonical/ubuntu-security-notices.git'
280+
detect_cherrypicks: False
281+
extension: '.json'
282+
db_prefix: 'USN-'
283+
ignore_git: False
284+
human_link: 'https://ubuntu.com/security/notices/{{ BUG_ID }}'
285+
link: 'https://github.com/canonical/ubuntu-security-notices/blob/main/'
286+
editable: False
287+
274288
- name: uvi
275289
versions_from_repo: True
276290
type: 0

source_test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@
268268
extension: '.json'
269269
db_prefix: 'USN-'
270270
ignore_git: False
271+
human_link: 'https://ubuntu.com/security/notices/{{ BUG_ID }}'
271272
link: 'https://github.com/canonical/ubuntu-security-notices/blob/main/'
272273
editable: False
273274

0 commit comments

Comments
 (0)