Skip to content

Commit 33b3a00

Browse files
author
Michaela Iorga
committed
Fixed path to imported assessment plan and enhanced metadeta.
1 parent 0e3d3b7 commit 33b3a00

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

src/examples/ar/xml/ifa_assessment-results-example.xml

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<assessment-results
3-
uuid="ec0dad37-54e0-40fd-a925-6d0bdea94c0d"
3+
uuid="7d0221ac-91a2-4798-94a2-c310224fa42b"
44
xmlns="http://csrc.nist.gov/ns/oscal/1.0">
55
<metadata>
6-
<title>IFA GoodRead Continuous Monitoring Assessment Results June 2023</title>
7-
<last-modified>2024-02-01T13:57:28.355446-04:00</last-modified>
8-
<version>202306-002</version>
6+
<title>IFA Assessment Results</title>
7+
<last-modified>2024-11-07T16:10:00.000000-00:00</last-modified>
8+
<version>1.0</version>
99
<oscal-version>1.1.2</oscal-version>
10+
<revisions>
11+
<revision>
12+
<title>IFA GoodRead Continuous Monitoring Assessment Results June 2023</title>
13+
<last-modified>2024-02-01T13:57:28.355446-04:00</last-modified>
14+
<version>202306-002</version>
15+
<oscal-version>1.1.2</oscal-version>
16+
<link rel="version-history" href="#ec0dad37-54e0-40fd-a925-6d0bdea94c0d"/>
17+
<remarks>
18+
<p>This OSCAL version of the IFA Assessemnt Results was importing an nonexisting Assessment Plan.</p>
19+
</remarks>
20+
</revision>
21+
</revisions>
1022
<role id="assessor">
1123
<title>IFA Security Controls Assessor</title>
1224
</role>
@@ -23,7 +35,7 @@
2335
<party-uuid>e7730080-71ce-4b20-bec4-84f33136fd58</party-uuid>
2436
</responsible-party>
2537
</metadata>
26-
<import-ap href="./ap.oscal.xml" />
38+
<import-ap href="../../ap/xml/ifa_assessemnt-plan-example.xml" />
2739
<local-definitions>
2840
<activity uuid="cf5d53fe-6043-4c68-9ed6-6b258909febf">
2941
<title>Test System Elements for Least Privilege Design and Implementation</title>
@@ -219,4 +231,10 @@
219231
<associated-risk risk-uuid="0cfa750e-3553-47ba-a7ba-cf84a884d261" />
220232
</finding>
221233
</result>
234+
<back-matter>
235+
<resource uuid="ec0dad37-54e0-40fd-a925-6d0bdea94c0d">
236+
<title>IFA GoodRead Continuous Monitoring Assessment Results June 2023</title>
237+
<rlink href="https://github.com/usnistgov/oscal-content/archive/refs/tags/v1.3.0.zip"/>
238+
</resource>
239+
</back-matter>
222240
</assessment-results>

0 commit comments

Comments
 (0)