From 865c4049fa5b39962efe1406797d458d46590a51 Mon Sep 17 00:00:00 2001 From: tiffb Date: Wed, 3 Feb 2021 09:07:29 -0600 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efdcc60e..11e64a68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ -# 12 January 2021 +# 03 February 2021 ### Fixes - Fixes parse_mappings.py for nist800-53-r4 and nist800-53-r5 to remove duplicate entries in "mitigates" - Rerun make.py to update all content based on the fix From 5c5e5382db08fdb9295b0a3f1784e3652c53ccee Mon Sep 17 00:00:00 2001 From: Isabel Tuson Date: Wed, 3 Feb 2021 13:03:06 -0500 Subject: [PATCH 2/2] updated documentation --- CHANGELOG.md | 15 +++++++++++++-- frameworks/nist800-53-r4/README.md | 2 +- frameworks/nist800-53-r4/input/config.json | 2 +- frameworks/nist800-53-r5/README.md | 2 +- frameworks/nist800-53-r5/input/config.json | 2 +- 5 files changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e64a68..c3dbc8fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,17 @@ # 03 February 2021 +## nist800-53-r4 v1.2 and nist800-53-r5 v1.2 ### Fixes -- Fixes parse_mappings.py for nist800-53-r4 and nist800-53-r5 to remove duplicate entries in "mitigates" -- Rerun make.py to update all content based on the fix +- Fixes parse_mappings.py for nist800-53-r4 and nist800-53-r5 to remove duplicate mappings. See issue [#58](https://github.com/center-for-threat-informed-defense/attack-control-framework-mappings/issues/58). + +# 7 January 2021 +## nist800-53-r4 v1.1 and nist800-53-r5 v1.1 +### Fixes +- Fixed broken regex which was leading to erroneous mappings, in particular mappings to control enhancements. See issue [#56](https://github.com/center-for-threat-informed-defense/attack-control-framework-mappings/issues/56). + +# 15 December 2020 +## nist800-53-r4 v1.0 and nist800-53-r5 v1.0 +- Initial release of security control framework mapping methodology and tools. +- Initial release of NIST 800-53 R4 mappings to ATT&CK version 8.1. +- Initial release of NIST 800-53 R5 mappings to ATT&CK version 8.1. \ No newline at end of file diff --git a/frameworks/nist800-53-r4/README.md b/frameworks/nist800-53-r4/README.md index 7b48599e..88c572bc 100644 --- a/frameworks/nist800-53-r4/README.md +++ b/frameworks/nist800-53-r4/README.md @@ -4,7 +4,7 @@ This folder contains mappings of NIST Special Publication (SP) 800-53 Revision 4 | Mappings Version | Last Updated | ATT&CK Version | ATT&CK Domain | |------------------|-------------------|----------------|---------------| -| 1.1 | 7 January 2021 | [ATT&CK v8](https://attack.mitre.org/resources/versions/) | Enterprise | +| 1.2 | 3 February 2021 | [ATT&CK v8.1](https://attack.mitre.org/resources/versions/) | Enterprise | | Data || |------|------| diff --git a/frameworks/nist800-53-r4/input/config.json b/frameworks/nist800-53-r4/input/config.json index c9757f60..6570cea3 100644 --- a/frameworks/nist800-53-r4/input/config.json +++ b/frameworks/nist800-53-r4/input/config.json @@ -2,5 +2,5 @@ "framework_id": "NIST 800-53 Revision 4", "attack_domain": "enterprise-attack", "attack_version": "v8.1", - "mappings_version": "v1.1" + "mappings_version": "v1.2" } diff --git a/frameworks/nist800-53-r5/README.md b/frameworks/nist800-53-r5/README.md index 0ee0450e..74d9bb9b 100644 --- a/frameworks/nist800-53-r5/README.md +++ b/frameworks/nist800-53-r5/README.md @@ -5,7 +5,7 @@ This folder contains mappings of NIST Special Publication (SP) 800-53 Revision 5 | Mappings Version | Last Updated | ATT&CK Version | ATT&CK Domain | |------------------|-------------------|----------------|---------------| -| 1.1 | 7 January 2021 | [ATT&CK v8](https://attack.mitre.org/resources/versions/) | Enterprise | +| 1.2 | 3 February 2021 | [ATT&CK v8.1](https://attack.mitre.org/resources/versions/) | Enterprise | | Data || diff --git a/frameworks/nist800-53-r5/input/config.json b/frameworks/nist800-53-r5/input/config.json index 0cd7b2d7..fb53331e 100644 --- a/frameworks/nist800-53-r5/input/config.json +++ b/frameworks/nist800-53-r5/input/config.json @@ -2,5 +2,5 @@ "framework_id": "NIST 800-53 Revision 5", "attack_domain": "enterprise-attack", "attack_version": "v8.1", - "mappings_version": "v1.1" + "mappings_version": "v1.2" }