You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have questions about the profile resolution spec, in the internalref section, where it says:
"If the object fetched cannot be found or is not a valid OSCAL object, the tool MUST cease processing and provide an error."
Questions
Does the object-not-found case apply when anything interferes with fetching an object? For instance, should <import href="#nonexistent"/> return an error if there is no <resource id="nonexistent">? What if there is such a <resource> element but it does not contain a suitable <rlink> element?
What should an implementation be checking in order to determine whether the object fetched is a valid OSCAL object? Does "valid OSCAL object" mean valid according to the appropriate schema for the file format?
This discussion was converted from issue #1079 on January 21, 2022 21:48.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have questions about the profile resolution spec, in the internalref section, where it says:
"If the object fetched cannot be found or is not a valid OSCAL object, the tool MUST cease processing and provide an error."
Questions
<import href="#nonexistent"/>
return an error if there is no<resource id="nonexistent">
? What if there is such a<resource>
element but it does not contain a suitable<rlink>
element?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions