(like fee5b77c from David Smith <[email protected]>, but applied to RHEL7 content)
Signed-off-by: Jared Jennings <[email protected]> --- RHEL/7/transforms/constants.xslt | 2 +- RHEL/7/transforms/xccdf2html.xslt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RHEL/7/transforms/constants.xslt b/RHEL/7/transforms/constants.xslt index afe719b..c252c3e 100644 --- a/RHEL/7/transforms/constants.xslt +++ b/RHEL/7/transforms/constants.xslt @@ -7,7 +7,7 @@ <xsl:variable name="cceuri">http://cce.mitre.org</xsl:variable> <!-- abbreviated as references in the XCCDF--> -<xsl:variable name="nist800-53uri">http://csrc.nist.gov/publications/nistpubs/800-53-Rev3/sp800-53-rev3-final.pdf</xsl:variable> +<xsl:variable name="nist800-53uri">http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-53r4.pdf</xsl:variable> <xsl:variable name="cnss1253uri">http://www.cnss.gov/Assets/pdf/CNSSI-1253.pdf</xsl:variable> <xsl:variable name="dcid63uri">not_officially_available</xsl:variable> <xsl:variable name="disa-cciuri">http://iase.disa.mil/cci/index.html</xsl:variable> diff --git a/RHEL/7/transforms/xccdf2html.xslt b/RHEL/7/transforms/xccdf2html.xslt index bdf04f7..92d6e6a 100644 --- a/RHEL/7/transforms/xccdf2html.xslt +++ b/RHEL/7/transforms/xccdf2html.xslt @@ -556,7 +556,7 @@ <xsl:when test='./@href = "http://iase.disa.mil/cci/index.html"'> <a href="{@href}">DISA CCI-<xsl:value-of select="text()"/></a> </xsl:when> - <xsl:when test='./@href = "http://csrc.nist.gov/publications/nistpubs/800-53-Rev3/sp800-53-rev3-final.pdf"'> + <xsl:when test='./@href = "http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-53r4.pdf"'> <a href="{@href}">NIST <xsl:value-of select="text()"/></a> </xsl:when> <xsl:otherwise> @@ -664,7 +664,7 @@ <xsl:when test='./@href = "http://iase.disa.mil/cci/index.html"'> <a href="{@href}">DISA CCI-<xsl:value-of select="text()"/></a> </xsl:when> - <xsl:when test='./@href = "http://csrc.nist.gov/publications/nistpubs/800-53-Rev3/sp800-53-rev3-final.pdf"'> + <xsl:when test='./@href = "http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-53r4.pdf"'> <a href="{@href}">NIST <xsl:value-of select="text()"/></a> </xsl:when> <xsl:otherwise> -- 1.7.1 -- SCAP Security Guide mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide https://github.com/OpenSCAP/scap-security-guide/
