Discovered during a RHT presentation this morning that there was still a reference to 800-53 rev3 in the content. Rechecked after modifying the verify-references.py file:
[dave@localhost 6]$ ls output/ bash-remediations.xml ssg.ini ssg-rhel6-ocil.xml unlinked-notest-rhel6-xccdf-guide.xml unlinked-rhel6-xccdf.xml images ssg-ocilrefs-rhel6-xccdf.xml ssg-rhel6-oval.xml unlinked-ocilrefs-rhel6-xccdf.xml unlinked-unresolved-rhel6-xccdf.xml rhel6-guide-custom.html ssg-rhel6-cpe-dictionary.xml ssg-rhel6-xccdf-1.2.xml unlinked-rhel6-ocil.xml rhel6-guide.html ssg-rhel6-cpe-oval.xml ssg-rhel6-xccdf-nodangles.xml unlinked-rhel6-oval.xml rhel6-shorthand.xml ssg-rhel6-ds.xml ssg-rhel6-xccdf.xml unlinked-rhel6-xccdf-guide.xml [dave@localhost 6]$ grep -ri rev3 output/ [dave@localhost 6]$
David Smith (1): [bugfix] Modified verify-references.py to reflect 800-53 rev4
RHEL/6/utils/verify-references.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Signed-off-by: David Smith dsmith@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.p..." +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
On 8/1/14, 11:21 AM, David Smith wrote:
Signed-off-by: David Smith dsmith@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.p..." +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!
scap-security-guide@lists.fedorahosted.org