1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
<?xml version="1.0" encoding="UTF-8"?>
<Benchmark xmlns="http://checklists.nist.gov/xccdf/1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="xccdf_moc.elpmaxe.www_benchmark_test" resolved="1">
<status>accepted</status>
<version>1.0</version>
<model system="urn:xccdf:scoring:default"/>
<Rule id="xccdf_moc.elpmaxe.www_rule_1" selected="true">
<title>Ensure that file exists and it is not executable</title>
<fix xmlns:xhtml="http://www.w3.org/1999/xhtml" system="urn:xccdf:fix:script:sh">
<!-- exit 9 -->
touch test_file
chmod a-x test_file
</fix>
<check system="http://oval.mitre.org/XMLSchema/oval-definitions-5">
<check-content-ref name="oval:moc.elpmaxe.www:def:1" href="test_remediation_simple.oval.xml"/>
</check>
</Rule>
<TestResult id="xccdf_org.open-scap_testresult_default-profile" start-time="2013-02-27T14:54:43" end-time="2013-02-27T14:54:44">
<title>OSCAP Scan Result</title>
<target>x.x.example.com</target>
<target-address>127.0.0.1</target-address>
<target-address>::1</target-address>
<target-facts>
<fact name="urn:xccdf:fact:ethernet:MAC" type="string">00:00:00:00:00:00</fact>
</target-facts>
<rule-result idref="xccdf_moc.elpmaxe.www_rule_1" time="2013-02-27T14:54:44" weight="1.000000">
<result>fail</result>
<check system="http://oval.mitre.org/XMLSchema/oval-definitions-5">
<check-content-ref name="oval:moc.elpmaxe.www:def:1" href="test_remediation_simple.oval.xml"/>
</check>
</rule-result>
<score system="urn:xccdf:scoring:default" maximum="100.000000">0.000000</score>
</TestResult>
<TestResult id="xccdf_org.open-scap_testresult_default-profile001" start-time="2013-02-27T15:01:56" end-time="2013-02-27T15:01:56">
<title>OSCAP Scan Result</title>
<target>x.x.example.com</target>
<target-address>127.0.0.1</target-address>
<target-address>::1</target-address>
<target-facts>
<fact name="urn:xccdf:fact:ethernet:MAC" type="string">00:00:00:00:00:00</fact>
</target-facts>
<rule-result idref="xccdf_moc.elpmaxe.www_rule_1" time="2013-02-27T15:01:57" weight="1.000000">
<result>fail</result>
<check system="http://oval.mitre.org/XMLSchema/oval-definitions-5">
<check-content-ref name="oval:moc.elpmaxe.www:def:0000" href="test_remediation_simple.oval.xml"/>
</check>
</rule-result>
<score system="urn:xccdf:scoring:default" maximum="100.000000">0.000000</score>
</TestResult>
<TestResult id="xccdf_org.open-scap_testresult_default-profile002" start-time="2013-02-27T15:01:57" end-time="2013-02-27T15:01:57">
<title>OSCAP Scan Result</title>
<target>x.x.example.com</target>
<target-address>127.0.0.1</target-address>
<target-address>::1</target-address>
<target-facts>
<fact name="urn:xccdf:fact:ethernet:MAC" type="string">00:00:00:00:00:00</fact>
</target-facts>
<rule-result idref="xccdf_moc.elpmaxe.www_rule_1" time="2013-02-27T15:01:56" weight="1.000000">
<result>notchecked</result>
<message severity="info">No candidate or applicable check found.</message>
</rule-result>
<score system="urn:xccdf:scoring:default" maximum="100.000000">0.000000</score>
</TestResult>
</Benchmark>
|