-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SP 800-53 revision 5 final updates #32
SP 800-53 revision 5 final updates #32
Conversation
…uction pipeline) see usnistgov#25
… HIGH, MODERATE, LOW and PRIVACY
@david-waltermire-nist - I reviewed this PR but without write access to this repository, I cannot do more than leaving a comment. The OSCAL baselines files are OK. The OSCAL catalog file was not reviewed again in its entirety. I reviewed only the previously identified errors to make sure they were all addressed. With the exception of the squared parentheses [ ] around references (e.g. [PRIVACT] as opposed to PRIVACT), everything is in good shape. |
Recommend we remove the draft baselines. |
…on rules (introducing cosmetic whitespace), so should address usnistgov#29
New Rev5 catalog with broken links removed is now in this PR. See #25. We still need to determine how to handle archiving FPD stuff. |
@wendellpiez these profiles have an issue with their import statements. The file name for 800-53r5 appears here as : However, each profile's import statement points to: |
For comparison, here are the titles used in the OSCAL files for Rev 4, vs the OSCAL files for Rev 5. I'd like to suggest the Rev 5 titles better align with the Rev 4 usage, which includes the Rev number in the profile titles (so people know it's a profile for Rev 5 and not Rev 4):
|
@brianrufgsa those are good ideas, so I have done that. The details make a difference. (Although saying 'withdrawn' not 'Withdrawn' makes an exception to Ruf's Rule, heh.) |
11/12/2020BUG: LOW+PRIVACY baseline imports HIGH baseline. Same for MODERATE+PRIVACY. I expected that the merged security + privacy profiles to explicitly list the merged controls. It is hard to check if the issues raised earlier regarding the main control vs enhancements pulled in by privacy baseline are addressed, especially when the profile is used and tailoring is done [SECURITY]+HIGH:AC-3(14) - ok, pulled in by LOW BL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BUG: LOW+PRIVACY baseline imports HIGH baseline. Same for MODERATE+PRIVACY.
Additional comments are provided under "Conversation", regarding resolved merged (listing all merged controls) of the security+privacy profiles and the unresolved issue of PM-5(1) with is pulled in by the privacy profile without PM=5 (not an OSCAL issue, but an issue).
Thanks @iMichaela! I wonder what others think regarding the question of whether the compound baselines (overlays) should import either or both of the constituent profiles (security baseline + privacy overlay). At present as noted, the privacy controls are listed out in the compound baseline (imported from the catalog) but the security baseline is imported (as a profile). I am not sure @brianrufgsa @david-waltermire-nist or other potential consumers have told us what they think; all opinions are useful (and we could even deploy more than one solution, as a demo). It's a good question to be asking now. |
@wendellpiez Maybe we can poll the audience to the Model review meeting tomorrow. Or ask on Gitter. A resolved profile will provide full information in the form of a catalog, but without a tool that compounds the security baseline with the privacy one (as designed by the privacy team), for some people might be confusing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. So far, I did not find anything else that needs corrections.
The Rev 5 catalog in this PR has errors. There are four locations in the Rev 5 catalog where the parameter assignment value is hard-coded in the statement, rather than represented with an
The four locations where I found this include:
|
I am going to put a detector for these in the Schematron and do a bit more analysis. The presence of the anchor ( Also, AU-2.c is an interesting case of a cross-referencing semantic in the data, i.e. the values are being constrained here by the value of another parameter. Indeed, it is also a compound parameter, whose value will be not a scalar but a map or index (from event types to logging policy). |
@@ -10,6 +10,7 @@ The structure and contents of the examples directory are as follows: | |||
|
|||
* [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. | |||
* [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-53B Revision 5 and SP 800-53B Revision 5 respectively. | |||
* [nist.gov/SP800-53/rev5/draft](nist.gov/SP800-53/rev5/draft): Earlier releases of draft content extractions of the Final Public Draft (FPD) version of the Revision 5 catalog and profiles are available - now superseded, these are provided for reference only. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest this statement to be updated to a content that reads a little better and that is similar to the other descriptions . E.g.
This directory contains the OSCAL Final Public Draft (FPD) version of SP 800-53 Revision 5 catalog and SP 800-53B profiles. This content is now superseded, and the files are provided for reference only.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed all changes. All look good. I only suggested one statement in the readme.md to be updated .
@@ -10,6 +10,7 @@ The structure and contents of the examples directory are as follows: | |||
|
|||
* [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. | |||
* [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-53B Revision 5 and SP 800-53B Revision 5 respectively. | |||
* [nist.gov/SP800-53/rev5/draft](nist.gov/SP800-53/rev5/draft): Earlier releases of draft content extractions of the Final Public Draft (FPD) version of the Revision 5 catalog and profiles are available - now superseded, these are provided for reference only. | |||
* [fedramp.gov](fedramp.gov): This directory contains OSCAL examples of the low, moderate, and high baselines defined by FedRAMP (the Federal Risk and Authorization Management Program). | |||
* [components](components): This directory contains sample OSCAL component files. | |||
* [mini-testing](mini-testing): This directory contains sample files that can be used for unit testing in support of regressions of OSCAL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see issue #38
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All links identifying the required related control (the parent) are in place.
This PR was manually merged and is now closed. |
Includes:
Note that files marked as FPD represent the earlier (February) final public draft version of SP800-53 and can potentially be removed now those documents have been superseded.
Remaining issues here awaiting resolution:
docx
source #25)I can promote this PR from draft once these and any newly discovered issues are addressed.