[PATCH 1/2] modified constants.xslt and xccdf2html.xslt to reflect 800-53 rev4

Shawn Wells shawn at redhat.com
Sat Jul 12 04:18:57 UTC 2014


On 7/10/14, 8:53 AM, David Smith wrote:
> 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


Many (most? all?) of the NIST 800-53 mappings were to rev3. Does rev4 
change any of the identifiers? e.g. is AC-1(b) still AC-1(b), or was it 
bumped to AC-1(c) for example? (picked random identifier for 
illustration, not to call out AC-1 specifically)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.fedorahosted.org/pipermail/scap-security-guide/attachments/20140712/ac44da06/attachment.html>


More information about the scap-security-guide mailing list