Skip to content

Commit 5a442d3

Browse files
feat(sources): add Mageia to staging (#3099)
Pick up #2107
1 parent f4ac002 commit 5a442d3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

source_test.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,19 @@
206206
repo_username: 'git'
207207
strict_validation: True
208208

209+
- name: 'mageia'
210+
versions_from_repo: False
211+
rest_api_url: 'https://advisories.mageia.org/vulns.json'
212+
type: 2
213+
directory_path: .
214+
detect_cherrypicks: False
215+
extension: '.json'
216+
db_prefix: ['MGASA-']
217+
ignore_git: True
218+
human_link: 'https://advisories.mageia.org/{{ BUG_ID }}.html'
219+
link: 'https://advisories.mageia.org/'
220+
editable: False
221+
209222
- name: 'malicious-packages'
210223
versions_from_repo: False
211224
type: 0

0 commit comments

Comments
 (0)