From c88896c6873e4aa3c83a591d8e71a98d6d2eb67f Mon Sep 17 00:00:00 2001 From: Andrew Pollock Date: Thu, 13 Feb 2025 15:37:22 +1000 Subject: [PATCH] feat(sources): add Mageia to Production (#3152) Successfully importing into Staging and available for inspection at https://test.osv.dev/list?ecosystem=Mageia --- source.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/source.yaml b/source.yaml index b6cdac969e1..db0a3a0fb8d 100644 --- a/source.yaml +++ b/source.yaml @@ -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