-
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
Provide Link Relations for by-component links in SSP #1022
Comments
Be sure to add |
Per discussion in sprint planning, we should explore whether or not #756 as an explicit dependency, we should identify if it is a pre-req for this work. |
@Compton-NIST and I met up today and began some very constructive modeling work to make sure we understand the problem and are confident with the solution. Chris/I will post an updated visual representation of the straw-man sample CDEF submitted by the issue creator and update here accordingly soon. |
…ed-by relation in links usnistgov#1022
…ed-by relation in links usnistgov#1022
PRed.
Should be PR now includes a fix for this: 805a1fc |
…ed-by relation in links usnistgov#1022
…ed-by relation in links usnistgov#1022
@aj-stein-nist and @Compton-NIST Was there a plan to produce an example or a few? This wasn't explicitly stated in the goals. If so, it might be good to create a new issue around this. Would one of you create one and reference this issue before we close this. |
#1539 is queued up for triage and inclusion in future sprints. |
…ed-by relation in links usnistgov#1022 (usnistgov#1452) * Adds a constraint and index of by-component objects to support provided-by relation in links usnistgov#1022 * Fix path in by-component-export-provided-uuid index to include statement level.
…ed-by relation in links usnistgov#1022 (usnistgov#1452) * Adds a constraint and index of by-component objects to support provided-by relation in links usnistgov#1022 * Fix path in by-component-export-provided-uuid index to include statement level.
…ed-by relation in links usnistgov#1022 (usnistgov#1452) * Adds a constraint and index of by-component objects to support provided-by relation in links usnistgov#1022 * Fix path in by-component-export-provided-uuid index to include statement level.
…ed-by relation in links usnistgov#1022 (usnistgov#1452) * Adds a constraint and index of by-component objects to support provided-by relation in links usnistgov#1022 * Fix path in by-component-export-provided-uuid index to include statement level.
…ed-by relation in links usnistgov#1022 (usnistgov#1452) * Adds a constraint and index of by-component objects to support provided-by relation in links usnistgov#1022 * Fix path in by-component-export-provided-uuid index to include statement level.
User Story:
System-Implementation/Component
andControl-Implementation/implemented-requirements
can both utilizelinks
to create logical and technical relationships between components and the controls they work with. Currently theLink
assembly provides for anhref
andrel
field. Therel
field currently allows any token, but only providesreference
as a suggested or directlyallowed-value
tokens.Other meta-schema assemblies of Link provide more common relation notation
During a discussion the following pseudocode represents a possible use of these tokens
Goals:
At minimal, I would like to add
provided-by
orsatisfied-by
as a possible and valid relation to links defined under theby-component
stanza. This will allow all components to be listed under a control and be able to specific which other components assist in the satisfaction of the control.Dependencies:
N/A
Acceptance Criteria
{The items above are general acceptance criteria for all User Stories. Please describe anything else that must be completed for this issue to be considered resolved.}
The text was updated successfully, but these errors were encountered: