Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Red Hat Feed #2578

Merged
merged 3 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions osv/ecosystems/_ecosystems.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
'Linux': OrderingUnsupportedEcosystem(),
'OSS-Fuzz': OrderingUnsupportedEcosystem(),
'Photon OS': OrderingUnsupportedEcosystem(),
'Red Hat': OrderingUnsupportedEcosystem,
}

# Semver-based ecosystems, should correspond to _ecosystems above.
Expand Down
12 changes: 12 additions & 0 deletions source_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,18 @@
link: 'https://github.com/RConsortium/r-advisory-database/blob/main/'
editable: False

- name: 'redhat-stage'
versions_from_repo: False
type: 0
ignore_patterns: ['^(?!RH[BES]{1}A-).*$']
andrewpollock marked this conversation as resolved.
Show resolved Hide resolved
repo_url: 'https://github.com/jasinner/redhat-osv.git'
detect_cherrypicks: False
extension: '.json'
db_prefix: ['RHBA-', 'RHEA-', 'RHSA-']
andrewpollock marked this conversation as resolved.
Show resolved Hide resolved
ignore_git: False
link: 'https://github.com/jasinner/redhat-osv/blob/main/'
editable: False

- name: 'rockylinux'
versions_from_repo: False
type: 1
Expand Down
Loading