diff --git a/ssg/constants.py b/ssg/constants.py index 9da348ed78f..fabee911cb4 100644 --- a/ssg/constants.py +++ b/ssg/constants.py @@ -303,14 +303,8 @@ } RHEL_CENTOS_CPE_MAPPING = { - "cpe:/o:redhat:enterprise_linux:7": "cpe:/o:centos:centos:7", "cpe:/o:redhat:enterprise_linux:8": "cpe:/o:centos:centos:8", "cpe:/o:redhat:enterprise_linux:9": "cpe:/o:centos:centos:9", - "cpe:/o:redhat:enterprise_linux:10": "cpe:/o:centos:centos:10", -} - -RHEL_SL_CPE_MAPPING = { - "cpe:/o:redhat:enterprise_linux:7": "cpe:/o:scientificlinux:scientificlinux:7", } CENTOS_NOTICE = \ @@ -348,46 +342,6 @@ ".

" \ "" -SL_NOTICE = \ - "
\n" \ - "

This benchmark is a direct port of a SCAP Security Guide " \ - "benchmark developed for Red Hat Enterprise Linux. It has been " \ - "modified through an automated process to remove specific dependencies " \ - "on Red Hat Enterprise Linux and to function with Scientifc Linux. " \ - "The result is a generally useful SCAP Security Guide benchmark " \ - "with the following caveats:

\n" \ - "\n" \ - "\n" \ - "

Members of the Scientifc Linux community are invited to participate in " \ - "OpenSCAP and " \ - "" \ - "SCAP Security Guide development. Bug reports and patches " \ - "can be sent to GitHub: " \ - "" \ - "https://github.com/ComplianceAsCode/content. " \ - "The mailing list is at " \ - "" \ - "https://fedorahosted.org/mailman/listinfo/scap-security-guide" \ - ".

" \ - "
" - XCCDF_REFINABLE_PROPERTIES = ["weight", "severity", "role", "selector"] OVAL_TO_XCCDF_DATATYPE_CONSTRAINTS = {