We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90dc603 commit 8902acfCopy full SHA for 8902acf
source.yaml
@@ -44,6 +44,21 @@
44
editable: False
45
strict_validation: False
46
47
+- name: 'alpine'
48
+ versions_from_repo: False
49
+ type: 1
50
+ ignore_patterns: ['^(?!ALPINE-).*$']
51
+ directory_path: 'alpine'
52
+ detect_cherrypicks: False
53
+ extension: '.json'
54
+ bucket: 'cve-osv-conversion'
55
+ db_prefix: ['ALPINE-']
56
+ ignore_git: True
57
+ human_link: 'https://security.alpinelinux.org/vuln/{{ BUG_ID | replace("ALPINE-", "") }}'
58
+ link: 'https://storage.googleapis.com/cve-osv-conversion/'
59
+ editable: False
60
+ strict_validation: True
61
+
62
- name: 'android'
63
versions_from_repo: False
64
type: 1
0 commit comments