Skip to content

Commit

Permalink
Test Red Hat Feed (#2578)
Browse files Browse the repository at this point in the history
Pushed the Red Hat OSV records to a temporary Github repository for
testing. Actually content will be published to a Rest API as outlined in
the osv-schema PR: ossf/osv-schema#257

Co-authored-by: Oliver Chang <oliverchang@users.noreply.github.com>
  • Loading branch information
jasinner and oliverchang authored Sep 23, 2024
1 parent 1c9233a commit a188db4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
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 @@ -256,6 +256,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-).*$']
repo_url: 'https://github.com/jasinner/redhat-osv.git'
detect_cherrypicks: False
extension: '.json'
db_prefix: ['RHBA-', 'RHEA-', 'RHSA-']
ignore_git: False
link: 'https://github.com/jasinner/redhat-osv/blob/main/'
editable: False

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

0 comments on commit a188db4

Please sign in to comment.