From 696609ec32f1de4cde0d90035982bad11fa72bf7 Mon Sep 17 00:00:00 2001 From: Al S Date: Tue, 1 Nov 2022 00:47:59 -0400 Subject: [PATCH] Add community-maintained NIST SP 800-171 catalog Add @matt-f5's new catalog as announced in usnistgov/oscal-content#150. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 785ae7a..4414013 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Before contributing, please review the [Contribution Guidelines](https://github. - [CMS Acceptable Risk Safeguards](https://github.com/CMSgov/ars-machine-readable): the tailored profiles and catalog of adapted NIST SP 800-53 controls used by the Centers for Medicare and Medicaid Services in OSCAL format. Perhaps the first OSCAL content released by a US government agency other than NIST, separate of collaboration with FedRAMP. +- [Fathom5 SP 800-171 Catalog](https://github.com/FATHOM5/oscal/tree/main/content/SP800-171/oscal-content): the community-maintained version(s) of the NIST SP 800-171 catalog created by Fathom5. + ## Tools - [Alex Koderman's oscal4neo4j](https://github.com/Agh42/oscal4neo4j): a collection of scripts in Neo4j's Cypher query language to load OSCAL catalog data in JSON format into its graph database, potentially for use with [the Red Team Project's Security Control Knowledge Graph](https://gitlab.com/redteam-project/sckg).