Skip to content

Commit

Permalink
Remove optional leveraged-authorization prop on implemented req. (#1729)
Browse files Browse the repository at this point in the history
Per #1552 analysis, the original analysis and provenance for this is unclear and the name indicates its intended use overlaps with more accurate mechanisms available for the implemented requirement. I cannot find a way to write clearer documentation better that cannot explain it, so I opt to remove it.
  • Loading branch information
aj-stein-nist authored Mar 31, 2023
1 parent 402a098 commit 7d9a11c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/metaschema/oscal_ssp_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -729,9 +729,6 @@
<enum value="customer-provided">The control must be implemented by the customer.</enum>
<enum value="inherited">This control is inherited from an underlying system.</enum>
</allowed-values>
<allowed-values target="prop[has-oscal-namespace('http://csrc.nist.gov/ns/oscal')]/@name">
<enum value="leveraged-authorization">Indicates all or some portion of this control is inherited from an underlying authorized system.</enum>
</allowed-values>
<allowed-values target="responsible-role/@role-id" allow-other="yes">
&allowed-values-responsible-roles-operations;
</allowed-values>
Expand Down

0 comments on commit 7d9a11c

Please sign in to comment.