diff --git a/ext/vulnsrc/rhel/rhel.go b/ext/vulnsrc/rhel/rhel.go index 65283b4ba..6ba176247 100644 --- a/ext/vulnsrc/rhel/rhel.go +++ b/ext/vulnsrc/rhel/rhel.go @@ -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" diff --git a/pkg/rhelv2/rhelv2.go b/pkg/rhelv2/rhelv2.go index 03ae3daa6..9c07f6969 100644 --- a/pkg/rhelv2/rhelv2.go +++ b/pkg/rhelv2/rhelv2.go @@ -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 (