Skip to content

Commit

Permalink
Merge pull request #11682 from cipherboy/issue-oval-sce
Browse files Browse the repository at this point in the history
Fix SCE finding XPath to allow nesting with OCILs
  • Loading branch information
Mab879 authored Mar 12, 2024
2 parents cbbca44 + 66ee333 commit bcc8c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssg/build_sce.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def collect_sce_checks(datastreamtree):
checks_xpath = str.format(
".//{{{ds_ns}}}component[@id='{cid}']/"
"{{{xccdf_ns}}}Benchmark//"
"{{{xccdf_ns}}}Rule/"
"{{{xccdf_ns}}}Rule//"
"{{{xccdf_ns}}}check[@system='{sce_sys}']/"
"{{{xccdf_ns}}}check-content-ref",
ds_ns=datastream_namespace,
Expand Down

0 comments on commit bcc8c93

Please sign in to comment.