Skip to content

Commit

Permalink
Touches
Browse files Browse the repository at this point in the history
  • Loading branch information
wendellpiez committed Nov 29, 2017
1 parent dccc51a commit e462bbf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 2 additions & 4 deletions examples/FedRAMP/FedRAMP-HIGH-edited.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2359,16 +2359,14 @@ AC-2 (12)(b) Guidance: Required for privileged accounts.
<!-- - - - - - -->
<set-param param-id="cp-8_c">
<desc>organization-defined frequency</desc>
<value>organization-defined frequency</value>
<value>annually</value>
</set-param>
<alter subcontrol-id="cp.8.4.">
<augment>
<part class="justification">
<p>Included in NIST High Baseline, Rev 4</p>
</part>
<part class="parameters">
<p>CP-8 (4) (c) [annually]</p>
</part>
<!--<part class="parameters"><p>CP-8 (4) (c) [annually]</p></part>-->
</augment>
</alter>
<!-- - - - - - -->
Expand Down
2 changes: 1 addition & 1 deletion examples/mini-testing/31_patched-messy-profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<?xml-model href="../../schema/xml/Schematron/oscal-profile.sch" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<profile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://csrc.nist.gov/ns/oscal/1.0 ../../schema/xml/oscal-profile.xsd"
xmlns="http://csrc.nist.gov/ns/oscal/1.0">
xmlns="http://csrc.nist.gov/ns/oscal/1.0" id="">

<!-- Example show a simple parameter insertion and patch,
but with more complicated ("challenging") contents. -->
Expand Down
9 changes: 9 additions & 0 deletions examples/mini-testing/mini-testing-catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@
<part class="guidance">
<p>Don't follow any guidance you find in a fake control.</p>
</part>
<part class="guidance">
<p>Notice this control has more than one statement called "guidance". Presumably any
profile could also patch it to add more.</p>
</part>
<part class="raci_index">
<prop class="accountable">Board</prop>
<prop class="responsible">Chief Executive Officer</prop>
<prop class="consulted">Chief Financial Officer</prop>
</part>
</control>
</group>
<group class="family">
Expand Down

0 comments on commit e462bbf

Please sign in to comment.