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

rhel: update sec data location #1625

Merged
merged 1 commit into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion ext/vulnsrc/rhel/rhel.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import (
)

const (
ovalURI = "https://www.redhat.com/security/data/oval/"
ovalURI = "https://security.access.redhat.com/data/oval/"
bulkOVALURI = ovalURI + "v2/"

rhelMustBeInstalled = "Red Hat Enterprise Linux must be installed"
Expand Down
4 changes: 2 additions & 2 deletions pkg/rhelv2/rhelv2.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ import (

const (
// PulpManifest is the url for the Red Hat OVAL pulp repository.
PulpManifest = `https://www.redhat.com/security/data/oval/v2/PULP_MANIFEST`
PulpManifest = `https://security.access.redhat.com/data/oval/v2/PULP_MANIFEST`

// Repo2CPEMappingURL is the URL with a mapping file provided by Red Hat.
Repo2CPEMappingURL = `https://www.redhat.com/security/data/metrics/repository-to-cpe.json`
Repo2CPEMappingURL = `https://security.access.redhat.com/data/metrics/repository-to-cpe.json`
)

var (
Expand Down
Loading