https://github.com/usnistgov/oscal-content
NIST SP 800-53 content and other OSCAL content examples
https://github.com/usnistgov/oscal-content
oscal
Last synced: about 1 month ago
JSON representation
NIST SP 800-53 content and other OSCAL content examples
- Host: GitHub
- URL: https://github.com/usnistgov/oscal-content
- Owner: usnistgov
- License: other
- Created: 2020-08-05T14:23:15.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T22:02:04.000Z (over 1 year ago)
- Last Synced: 2024-11-08T12:43:01.830Z (over 1 year ago)
- Topics: oscal
- Language: XSLT
- Homepage:
- Size: 80.1 MB
- Stars: 306
- Watchers: 51
- Forks: 123
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-grc-engineering - GitHub: usnistgov/oscal-content - NIST SP 800-53 Rev 5 security control catalog and baselines in OSCAL formats (XML/JSON/YAML). Official machine-readable versions of federal security controls. (Frameworks / NIST (OSCAL, CSF, 800-53))
README
[](https://gitter.im/usnistgov-OSCAL/Lobby) 
# OSCAL Examples
This directory contains numerous OSCAL examples in XML, JSON, and YAML formats based on [the latest OSCAL stable release](github.com/usnistgov/OSCAL/releases/latest).
These files are maintained by a Continuous Integration and Continuous Deployment (CI/CD) process that automatically converts source content into the alternate formats found in the many subdirectories of this repository. As a result, these example files should not be modified. Instead, the source of the file should be edited in the [src](src) subdirectories.
The structure and contents of the examples directory are as follows:
- [examples](examples): This directory contains sample OSCAL content organized by OSCAL model.
- [nist.gov/SP800-53/rev4](nist.gov/SP800-53/rev4): This directory contains OSCAL examples of the catalog, and low, moderate, and high baselines defined by NIST Special Publication (SP) [800-53 Revision 4](https://csrc.nist.gov/publications/detail/sp/800-53/rev-4/final).
- [nist.gov/SP800-53/rev5](nist.gov/SP800-53/rev5): This directory contains OSCAL examples of the catalog, and low, moderate, and high baselines defined by NIST Special Publication (SP) [800-53 Revision 5](https://csrc.nist.gov/publications/detail/sp/800-53/rev-5/final) and [SP 800-53B](https://csrc.nist.gov/publications/detail/sp/800-53b/final) respectively.
- [src](src): This directory contains the source files for all the OSCAL examples located in this repository.
- [build](build): This directory includes [instructions](./build/README.md) and tools to build OSCAL dependencies, generate, convert, and check example content in this repository for release.