Skip to content

Commit

Permalink
feat(sources): add Mageia to Production (#3152)
Browse files Browse the repository at this point in the history
Successfully importing into Staging and available for inspection at
https://test.osv.dev/list?ecosystem=Mageia
  • Loading branch information
andrewpollock authored Feb 13, 2025
1 parent 7c0077c commit c88896c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,21 @@
repo_username: 'git'
strict_validation: False

- name: 'mageia'
versions_from_repo: False
rest_api_url: 'https://advisories.mageia.org/vulns.json'
type: 2
ignore_patterns: ['^(?!MGASA-).*$']
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
strict_validation: False

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

0 comments on commit c88896c

Please sign in to comment.