Skip to content

Commit

Permalink
Fix placeholder ... in descriptions for #668
Browse files Browse the repository at this point in the history
The `...` syntax is popular for XSpec output in testing to say 'I want
to test the structure but don't care about the specific text value' or
attribute value. Our modern tooling doesn't understand that anyway, so I
am not clear given its generated schema checks with the new tooling.

This commit tests for that.
  • Loading branch information
aj-stein-gsa committed Sep 10, 2024
1 parent 2ecb849 commit 3da8cfc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<local-definitions>
<component uuid="9d194268-a9d1-4c38-839f-9c4aa57bf71e" type="software">
<title>XYZ Vulnerability Scanning Tool</title>
<description><p>...</p></description>
<description/>
<prop name="vendor" value="Vendor Name"/>
<prop name="name" value="Tool Name"/>
<prop name="version" value="1.2.3"/>
Expand Down Expand Up @@ -449,15 +449,15 @@
<risk-log>
<entry uuid="1b500d56-1936-41eb-8b60-a2984937ab89">
<title>Activity 1</title>
<description><p>...</p></description>
<description/>
<start>2020-07-02T00:00:00Z</start>
<related-response response-uuid="e9ee6fe2-856f-42c7-8c2e-ff6466d31010">
<related-task task-uuid="a12dea1d-e4d1-4f09-aacf-1eaf203a3092"/>
</related-response>
</entry>
<entry uuid="316fb3fe-927a-49a1-9a72-a58722862623">
<title>Activity 2</title>
<description><p>...</p></description>
<description/>
<start>2020-07-07T00:00:00Z</start>
</entry>
<entry uuid="d084a039-bdd1-4ccd-a06a-53355e07fa2f">
Expand All @@ -480,7 +480,7 @@
</risk>
<poam-item uuid="6F5FFF73-CAC6-4DA0-A0D9-0F931A5EFAFA">
<title>[EXAMPLE]POA&amp;M Item</title>
<description><p>...</p></description>
<description/>
<prop ns="https://fedramp.gov/ns/oscal" name="POAM-ID" value="V-1"/>
<related-observation observation-uuid="0aa54106-8a63-4953-ac0d-30ff91f8d4ab"/>
<associated-risk risk-uuid="9cbd98f3-abcb-4948-ad06-14e0bcba742f"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@
</result>
<result uuid="cfa9b157-540e-456b-980d-efa789e50ace">
<title>2019 Annual Assessment</title>
<description><p>...</p></description>
<description/>
<start>2019-03-01T00:00:00Z</start>
<end>2019-03-12T00:00:00Z</end>
<reviewed-controls>
Expand All @@ -1189,14 +1189,14 @@
</control-selection>
</reviewed-controls>
<observation uuid="EF3A436A-7445-41B7-A980-78E9BAB3B83A">
<description><p>...</p></description>
<description/>
<method>EXAMINE</method>
<collected>2019-03-01T10:11:12Z</collected>
</observation>
</result>
<result uuid="d755e7fd-346d-40f0-b538-1b1da1aa5821">
<title>Initial (2018) Assessment</title>
<description><p>...</p></description>
<description/>
<start>2018-03-01T00:00:00Z</start>
<end>2018-03-12T00:00:00Z</end>
<reviewed-controls>
Expand All @@ -1222,7 +1222,7 @@
</observation>
<finding uuid="A0A1395D-59CD-46D9-91A2-E6CA62AE9BAB">
<title/>
<description><p>...</p></description>
<description/>
<target target-id="ac-1_smt.a" type="statement-id">
<status state="not-satisfied"/>
</target>
Expand Down Expand Up @@ -1341,8 +1341,8 @@
<li>Render the OSCAL SAR content as a PDF that is digitally signed and attached.</li>
<li>Render the OSCAL SAR content as printed pages that are physically signed,
scanned, and attached.</li>
</ul>
<p>If your organization prefers another approach, please seek prior approval from the
</ul>
FedRAMP PMO.</p>
</remarks>
</resource>
Expand Down

0 comments on commit 3da8cfc

Please sign in to comment.