-
Notifications
You must be signed in to change notification settings - Fork 183
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
Profile Resolution handling groups #1141
Labels
Discussion Needed
This issues needs to be reviewed by the OSCAL development team.
enhancement
User Story
Milestone
Comments
david-waltermire
added
the
Discussion Needed
This issues needs to be reviewed by the OSCAL development team.
label
Feb 24, 2022
@stephenbanghart is scheduling a meeting with the NIST design team for the week of 3/7/2022. |
stephenbanghart
pushed a commit
to stephenbanghart/OSCAL
that referenced
this issue
Mar 14, 2022
stephenbanghart
pushed a commit
to stephenbanghart/OSCAL
that referenced
this issue
Mar 14, 2022
stephenbanghart
pushed a commit
to stephenbanghart/OSCAL
that referenced
this issue
Mar 15, 2022
david-waltermire
pushed a commit
that referenced
this issue
Mar 17, 2022
* Specification changes, #1141 #1142 #1155 * Mapping documentation, UUID RFC reference * Apply suggestions from AJ's review Co-authored-by: Stephen Banghart <[email protected]> Co-authored-by: Alexander Stein <[email protected]>
david-waltermire
pushed a commit
that referenced
this issue
Mar 18, 2022
* Specification changes, #1141 #1142 #1155 * Mapping documentation, UUID RFC reference * Apply suggestions from AJ's review Co-authored-by: Stephen Banghart <[email protected]> Co-authored-by: Alexander Stein <[email protected]>
iMichaela
pushed a commit
to iMichaela/OSCAL
that referenced
this issue
Apr 7, 2022
* Specification changes, usnistgov#1141 usnistgov#1142 usnistgov#1155 * Mapping documentation, UUID RFC reference * Apply suggestions from AJ's review Co-authored-by: Stephen Banghart <[email protected]> Co-authored-by: Alexander Stein <[email protected]>
Rene2mt
pushed a commit
to Rene2mt/OSCAL
that referenced
this issue
May 17, 2022
* Specification changes, usnistgov#1141 usnistgov#1142 usnistgov#1155 * Mapping documentation, UUID RFC reference * Apply suggestions from AJ's review Co-authored-by: Stephen Banghart <[email protected]> Co-authored-by: Alexander Stein <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Discussion Needed
This issues needs to be reviewed by the OSCAL development team.
enhancement
User Story
<p>Some source catalogs use <src>group</src> objects to place controls into arbitrary groupings. Tools will need to be aware of these groups when executing the "merge" phase below, as they will duplicated into the output under the "as-is" mode and can be referenced in "custom" mode. The naïve intermediate approach would keep all groups until all other phases are complete, but implementations may find it more performant to look ahead and prune unused groups early.</p>
This section in the Import phase of Profile Resolution is potentially under specified. Further requirements clarifying the fate of non-control, non-group elements under a group are probably needed to ensure deterministic output. This is particularly notable for the "custom" merge mode with ID matched group importing.
Ongoing work on requirement driven testing should provide further insight. #1087
The text was updated successfully, but these errors were encountered: