[PATCH] [bugfix] Modified verify-references.py to reflect 800-53 rev4

Shawn Wells shawn at redhat.com
Fri Aug 1 19:04:18 UTC 2014


On 8/1/14, 11:21 AM, David Smith wrote:
> Signed-off-by: David Smith <dsmith at secure-innovations.net>
> ---
>   RHEL/6/utils/verify-references.py |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/RHEL/6/utils/verify-references.py b/RHEL/6/utils/verify-references.py
> index d5a5c90..67fc25f 100755
> --- a/RHEL/6/utils/verify-references.py
> +++ b/RHEL/6/utils/verify-references.py
> @@ -15,7 +15,7 @@ xccdf_ns = "http://checklists.nist.gov/xccdf/1.1"
>   oval_ns = "http://oval.mitre.org/XMLSchema/oval-definitions-5"
>   
>   # we use these strings to look for references within the XCCDF rules
> -nist_ref_href = "http://csrc.nist.gov/publications/nistpubs/800-53-Rev3/sp800-53-rev3-final.pdf"
> +nist_ref_href = "http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-53r4.pdf"
>   disa_ref_href = "http://iase.disa.mil/cci/index.html"
>   
>   # default exit value - success

Thanks - ack!


More information about the scap-security-guide mailing list