[PATCH 1/3] updated transforms to reflect 800-53 rev4

David Smith dsmith at secure-innovations.net
Thu Jul 17 18:21:30 UTC 2014


Signed-off-by: David Smith <dsmith at secure-innovations.net>
---
 RHEL/6/transforms/constants.xslt  |    2 +-
 RHEL/6/transforms/xccdf2html.xslt |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/RHEL/6/transforms/constants.xslt b/RHEL/6/transforms/constants.xslt
index afe719b..c252c3e 100644
--- a/RHEL/6/transforms/constants.xslt
+++ b/RHEL/6/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/6/transforms/xccdf2html.xslt b/RHEL/6/transforms/xccdf2html.xslt
index bdf04f7..92d6e6a 100644
--- a/RHEL/6/transforms/xccdf2html.xslt
+++ b/RHEL/6/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



More information about the scap-security-guide mailing list