Skip to content

Commit f119474

Browse files
yuumasatovojtapolasek
authored andcommitted
Merge pull request #5915 from vojtapolasek/fix_rhel7_cis_benchmark_version
change URI of CIS benchmark to general one (cherry picked from commit 68ada8e)
1 parent 4c0d280 commit f119474

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

rhel6/transforms/constants.xslt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<xsl:variable name="prod_type">rhel6</xsl:variable>
1010

1111
<!-- Define URI of official CIS Red Hat Enterprise Linux 6 Benchmark -->
12-
<xsl:variable name="cisuri">https://benchmarks.cisecurity.org/tools2/linux/CIS_Red_Hat_Enterprise_Linux_6_Benchmark_v1.1.0.pdf</xsl:variable>
12+
<xsl:variable name="cisuri">https://www.cisecurity.org/benchmark/red_hat_linux/</xsl:variable>
1313
<xsl:variable name="disa-stigs-uri" select="$disa-stigs-os-unix-linux-uri"/>
1414
<xsl:variable name="disa-srguri" select="$disa-ossrguri"/>
1515
<xsl:variable name="os-stigid-concat"></xsl:variable>

rhel7/transforms/constants.xslt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
<!-- Define URI of official CIS Red Hat Enterprise Linux 7 Benchmark -->
13-
<xsl:variable name="cisuri">https://benchmarks.cisecurity.org/tools2/linux/CIS_Red_Hat_Enterprise_Linux_7_Benchmark_v1.1.0.pdf</xsl:variable>
13+
<xsl:variable name="cisuri">https://www.cisecurity.org/benchmark/red_hat_linux/</xsl:variable>
1414
<xsl:variable name="disa-stigs-uri" select="$disa-stigs-os-unix-linux-uri"/>
1515
<xsl:variable name="disa-srguri" select="$disa-ossrguri"/>
1616
<xsl:variable name="os-stigid-concat">RHEL-07-</xsl:variable>

rhel8/transforms/constants.xslt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<xsl:variable name="product_stig_id_name">RHEL_8_STIG</xsl:variable>
88
<xsl:variable name="prod_type">rhel8</xsl:variable>
99

10-
<xsl:variable name="cisuri"></xsl:variable>
10+
<xsl:variable name="cisuri">https://www.cisecurity.org/benchmark/red_hat_linux/</xsl:variable>
1111
<xsl:variable name="product_guide_id_name">RHEL-8</xsl:variable>
1212
<xsl:variable name="disa-stigs-uri" select="$disa-stigs-os-unix-linux-uri"/>
1313
<xsl:variable name="disa-srguri" select="$disa-ossrguri"/>

0 commit comments

Comments
 (0)