forked from usnistgov/OSCAL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Repairing bug report on missed control; adding test files (usnistgov#…
- Loading branch information
1 parent
b41b5da
commit e8b1b75
Showing
3 changed files
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<catalog xmlns="http://csrc.nist.gov/ns/oscal/1.0" | ||
uuid="6c303ebb-4a36-4534-8d7f-dd91644b1d53"> | ||
<metadata> | ||
<title>Catalog</title> | ||
<last-modified>2021-06-21T15:48:23.851-04:00</last-modified> | ||
<version>0/1</version> | ||
<oscal-version>1.0.0</oscal-version> | ||
</metadata> | ||
<param id="p2"/> | ||
<control id="a1"> | ||
<title>Control A1</title> | ||
</control> | ||
<control id="a2"> | ||
<title>Control A1</title> | ||
</control> | ||
<control id="a3"> | ||
<title>Control A1</title> | ||
</control> | ||
</catalog> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml-model href="oscal-profile.sch" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?> | ||
<profile xmlns="http://csrc.nist.gov/ns/oscal/1.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://csrc.nist.gov/ns/oscal/1.0 https://raw.githubusercontent.com/usnistgov/OSCAL/v1.0.0/xml/schema/oscal_profile_schema.xsd" | ||
uuid="7bb79729-781a-4034-85ef-a5c5c17d9daa"> | ||
<metadata> | ||
<title/> | ||
<last-modified>2021-08-23T17:19:41.79-04:00</last-modified> | ||
<version>0.1</version> | ||
<oscal-version>1.0.0</oscal-version> | ||
</metadata> | ||
<import href="#a1c12452-39a8-49ec-a4dc-549955270ba6"> | ||
<include-all/> | ||
<exclude-controls> | ||
<with-id>a1</with-id> | ||
<with-id>a2</with-id> | ||
</exclude-controls> | ||
</import> | ||
<modify> | ||
<set-parameter param-id="p2"/> | ||
<alter control-id="p2"/> | ||
</modify> | ||
<back-matter> | ||
<resource uuid="a1c12452-39a8-49ec-a4dc-549955270ba6"> | ||
<rlink href="catalog.xml"/> | ||
</resource> | ||
</back-matter> | ||
</profile> |