Skip to content

Commit

Permalink
rhel: update sec data location
Browse files Browse the repository at this point in the history
  • Loading branch information
RTann committed Aug 29, 2024
1 parent 4fc7c14 commit d6320b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit d6320b7

Please sign in to comment.