UNCLASSIFIED - NO CUI

Parse using XCCDF XML for Ubuntu SCAP reports

Currently using BeautifulSoup to parse the OpenSCAP files, which are in HTML format. We can use the provided XCCDF XML Scap report when parsing. Can be Ubuntu only for now but it needs to be generic enough that ubi can use it in the future.

Definition of Done

  • Write a script that takes the xml report created by the openscap compliance and cve jobs and parse the findings.
    • Output from this script has to be able to be used by the CSV Creation job in order for the VAT Import to be able to accept these findings.
Edited by David Freeman