forked from OpenSCAP/openscap
-
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.
Merge branch 'maint-1.2' into master
* Merge the filehash58 test.
- Loading branch information
Showing
2 changed files
with
93 additions
and
0 deletions.
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,40 @@ | ||
<ns0:oval_definitions xmlns:ns0="http://oval.mitre.org/XMLSchema/oval-definitions-5" xmlns:ns2="http://oval.mitre.org/XMLSchema/oval-common-5" xmlns:ns3="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent" xmlns:ns4="http://oval.mitre.org/XMLSchema/oval-definitions-5#unix" xmlns:ns5="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://oval.mitre.org/XMLSchema/oval-common-5 oval-common-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5 oval-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5#independent independent-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5#unix unix-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5#linux linux-definitions-schema.xsd"> | ||
<ns0:generator> | ||
<ns2:product_name>combine_ovals.py from SCAP Security Guide</ns2:product_name> | ||
<ns2:product_version>ssg: [0, 1, 40], python: 3.6.5</ns2:product_version> | ||
<ns2:schema_version>5.11</ns2:schema_version> | ||
<ns2:timestamp>2018-07-20T09:33:24</ns2:timestamp> | ||
</ns0:generator> | ||
<ns0:definitions> | ||
<ns0:definition class="compliance" id="oval:ssg-oval_test_has_hash:def:1" version="1"> | ||
<ns0:metadata> | ||
<ns0:title>Verify that hash of a file that should contain just "foo\n".</ns0:title> | ||
<ns0:affected family="unix"> | ||
<ns0:platform>Red Hat Enterprise Linux 7</ns0:platform> | ||
</ns0:affected> | ||
<ns0:description>This description in OVALs is mandatory, but the most important is to have description in XCCDF.</ns0:description> | ||
<reference ref_id="oval_test_has_hash" source="ssg" /></ns0:metadata> | ||
<ns0:criteria> | ||
<ns0:criterion comment="Check file hash of /oval-test" test_ref="oval:ssg-oval_test_hash_matches:tst:1" /> | ||
</ns0:criteria> | ||
</ns0:definition> | ||
</ns0:definitions> | ||
<ns0:tests> | ||
<ns3:filehash58_test check="all" comment="-" id="oval:ssg-oval_test_hash_matches:tst:1" version="1"> | ||
<ns3:object object_ref="oval:ssg-concerned_file:obj:1" /> | ||
<ns3:state state_ref="oval:ssg-hash_value:ste:1" /> | ||
</ns3:filehash58_test> | ||
</ns0:tests> | ||
<ns0:objects> | ||
<ns3:filehash58_object id="oval:ssg-concerned_file:obj:1" version="1"> | ||
<ns3:filepath>/oval-test</ns3:filepath> | ||
<ns3:hash_type>SHA-1</ns3:hash_type> | ||
</ns3:filehash58_object> | ||
</ns0:objects> | ||
<ns0:states> | ||
<ns3:filehash58_state id="oval:ssg-hash_value:ste:1" version="1"> | ||
<ns3:hash_type>SHA-1</ns3:hash_type> | ||
<ns3:hash>f1d2d2f924e986ac86fdf7b36c94bcdf32beec15</ns3:hash> | ||
</ns3:filehash58_state> | ||
</ns0:states> | ||
</ns0:oval_definitions> |
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