Pushed (x3) - thanks!
On Thu, Jul 17, 2014 at 8:41 PM, Shawn Wells <[email protected]> wrote: > > On 7/18/14, 4:21 AM, David Smith wrote: > >> Signed-off-by: David Smith <[email protected]> >> --- >> 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> >> > ack > -- > SCAP Security Guide mailing list > [email protected] > https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide > https://github.com/OpenSCAP/scap-security-guide/ -- David Smith Sr. Information Security Engineer Secure Innovations, LLC
-- SCAP Security Guide mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide https://github.com/OpenSCAP/scap-security-guide/
