Skip to content

Commit

Permalink
feat(sources): add Mageia to staging (#3099)
Browse files Browse the repository at this point in the history
Pick up #2107
  • Loading branch information
andrewpollock authored Feb 3, 2025
1 parent f4ac002 commit 5a442d3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions source_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,19 @@
repo_username: 'git'
strict_validation: True

- name: 'mageia'
versions_from_repo: False
rest_api_url: 'https://advisories.mageia.org/vulns.json'
type: 2
directory_path: .
detect_cherrypicks: False
extension: '.json'
db_prefix: ['MGASA-']
ignore_git: True
human_link: 'https://advisories.mageia.org/{{ BUG_ID }}.html'
link: 'https://advisories.mageia.org/'
editable: False

- name: 'malicious-packages'
versions_from_repo: False
type: 0
Expand Down

0 comments on commit 5a442d3

Please sign in to comment.