File: test_xccdf_check_processing_complex_priority.xccdf.xml

package info (click to toggle)
openscap 1.0.9-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 129,588 kB
  • ctags: 26,325
  • sloc: xml: 611,156; ansic: 90,367; sh: 26,693; makefile: 2,463; python: 804; perl: 445; cpp: 123
file content (26 lines) | stat: -rw-r--r-- 1,337 bytes parent folder | download | duplicates (6)
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
<?xml version="1.0" encoding="UTF-8"?>
<Benchmark xmlns="http://checklists.nist.gov/xccdf/1.2" id="xccdf_moc.elpmaxe.www_benchmark_test">
  <status>incomplete</status>
  <version>1.0</version>
  <Profile id="xccdf_moc.elpmaxe.www_profile_1">
    <title>is kinda compulsory</title>
    <select idref="xccdf_moc.elpmaxe.www_rule_1" selected="true"/>
    <refine-rule idref="xccdf_moc.elpmaxe.www_rule_1" selector="invalid-check" weight="0.5"/>
  </Profile>
  <Rule selected="true" id="xccdf_moc.elpmaxe.www_rule_1">
    <check system="http://oval.mitre.org/XMLSchema/oval-definitions-5">
      <check-content-ref href="test_xccdf_check_content_ref_without_name_attr.oval.xml" name="oval:moc.elpmaxe.www:def:2"/>
    </check>
    <check system="non-existent">
      <check-content-ref href="file"/>
    </check>
    <complex-check operator="AND">
      <check system="http://oval.mitre.org/XMLSchema/oval-definitions-5">
        <check-content-ref href="test_xccdf_check_content_ref_without_name_attr.oval.xml" name="oval:moc.elpmaxe.www:def:1"/>
      </check>
    </complex-check>
    <check system="http://oval.mitre.org/XMLSchema/oval-definitions-5" selector="invalid-check">
      <check-content-ref href="test_xccdf_check_content_ref_without_name_attr.oval.xml" name="oval:moc.elpmaxe.www:def:3"/>
    </check>
  </Rule>
</Benchmark>