-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
15,216 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,11 +24,11 @@ The FedRAMP PMO is releasing the following OSCAL content: | |
|
||
*The FedRAMP OSCAL templates, registry, and implementation guides for rev 5 will be released in a few weeks*. | ||
|
||
- **FedRAMP OSCAL Templates:** The template files are pre-populated with FedRAMP extensions, defined-identifiers, and conformity tags where practical. They also include sample data, and are the basis for their respective guidance documents above. The FedRAMP OSCAL SSP, SAP, SAR, and POA&M template will be available soon in XML, JSON, and YAML formats. | ||
- **FedRAMP OSCAL Templates:** The template files are pre-populated with FedRAMP extensions, defined-identifiers, and conformity tags where practical. They also include sample data, and are the basis for their respective guidance documents above. The FedRAMP OSCAL SSP, SAP, SAR, and POA&M template are now available [here](./documents/) in XML, JSON, and YAML formats. | ||
|
||
- **FedRAMP OSCAL Registry** This registry is the authoritative source for all FedRAMP extensions to the OSCAL syntax, FedRAMP-defined identifiers, and accepted values. The FedRAMP OSCAL Registry will be available soon in XML format. | ||
- **FedRAMP OSCAL Registry** This registry is the authoritative source for all FedRAMP extensions to the OSCAL syntax, FedRAMP-defined identifiers, and accepted values. The FedRAMP OSCAL Registry is now available [here](./dist/content/rev5/resources) in XML format. | ||
|
||
- **Implementation Guides:** These documents help tool developers and content authors ensure any generated OSCAL-based FedRAMP deliverabes are fully compliant with FedRAMP’s extensions, defined identifiers, conformity tags, and acceptable values. The FedRAMP OSCAL implementation guides will be available soon in PDF format. | ||
- **Implementation Guides:** These documents help tool developers and content authors ensure any generated OSCAL-based FedRAMP deliverabes are fully compliant with FedRAMP’s extensions, defined identifiers, conformity tags, and acceptable values. The FedRAMP OSCAL implementation guides is now available [here](./documents/) in PDF format. | ||
|
||
Please ask questions or provide feedback on the items above above either via email to [[email protected]](mailto:[email protected]), as a comment to an existing [issue](https://github.com/GSA/fedramp-automation/issues), or as a new [issue](https://github.com/GSA/fedramp-automation/issues). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-1.34 MB
documents/rev4/Guide_to_OSCAL-based_FedRAMP_Plan_of_Action_and_Milestones_(POAM).pdf
Binary file not shown.
Binary file removed
BIN
-2.91 MB
documents/rev4/Guide_to_OSCAL-based_FedRAMP_Security_Assessment_Plans_(SAP).pdf
Binary file not shown.
Binary file removed
BIN
-1.72 MB
documents/rev4/Guide_to_OSCAL-based_FedRAMP_Security_Assessment_Results_(SAR).pdf
Binary file not shown.
Binary file removed
BIN
-5.99 MB
documents/rev4/Guide_to_OSCAL-based_FedRAMP_System_Security_Plans_(SSP).pdf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,50 @@ | ||
<img src="https://github.com/GSA/fedramp-automation/raw/master/assets/FedRAMP_LOGO.png" alt="FedRAMP" width="76" height="94"><br /> | ||
# Federal Risk and Authorization Management Program (FedRAMP) Automation | ||
|
||
## FedRAMP OSCAL Registry | ||
## FedRAMP OSCAL Resources | ||
|
||
These resources are experimental drafts, undergoing further updates in the near future. | ||
You are welcome to use them and provide feedback. | ||
Please let us know if you find them valuable. | ||
|
||
## FedRAMP OSCAL Registry and Resource Inventory | ||
|
||
The following resources are provided in both XML and JSON formats: | ||
- FedRAMP Extensions ([fedramp_extensions.xml](xml/fedramp_values.xml), [fedramp_values.json](json/fedramp_values.json)) | ||
- FedRAMP Information Types ([fedramp_information-types.xml](xml/fedramp_information-types.xml), [fedramp_information-types.json](json/fedramp_information-types.json)) | ||
|
||
### FedRAMP Values | ||
|
||
For your convenience, this file provides machine-readable constructs containing the acceptable values found in the FedRAMP OSCAL Registry [Acceptable Values (AV) Tab], as well as other helpful values. | ||
|
||
The content is provided in both XML and JSON formats. It is experimental and not documented at this time. It is also subject to change based on feedback. | ||
|
||
### FedRAMP Information Types | ||
|
||
The OSCAL-based SSP syntax allows an SSP author to identify the information ID of each information type within the system. FedRAMP only accepts NIST 800-60, Volume 2, Release 1 information types. | ||
|
||
For your convenience, this file provides tool developers the relevant 800-60 V2R1 identifiers and associated details in both XML and JSON formats. | ||
|
||
- JSON Format: nist-sp-800-60_vol2.json | ||
- XML Format: nist-sp-800-60_vol2.xml | ||
|
||
In anticipation of future changes to the information type references, such as when NIST updates SP 800-60 Volume 2, information types should be queried from this file using both the information-type id and the system, where these values match those in the information-type-id assembly within the SSP syntax. | ||
|
||
For example, an OSCAL-based FedRAMP SSP may contain the following: | ||
``` | ||
<system-information> | ||
<information-type name="Information Type Name" uuid="uuid-value"> | ||
<information-type-id system="https://doi.org/10.6028/NIST.SP.800-60v2r1"> | ||
C.2.4.1 | ||
</information-type-id> | ||
<!-- cut --> | ||
</system-information> | ||
``` | ||
|
||
The file should be queried based on both: | ||
- `system = "https://doi.org/10.6028/NIST.SP.800-60v2r1"`; and | ||
- `id = "C.2.4.1"` | ||
|
||
|
||
|
||
|
||
Coming soon. The following FedRAMP OSCAL registry items will be published in the next few weeks: | ||
- FedRAMP Extensions (XML) | ||
- FedRAMP Threats (XML) | ||
- FedRAMP Values (XML) | ||
- FedRAMP Information Types (XML) |
Oops, something went wrong.