fleet/server/vulnerabilities/oval/input/ubuntu_result.go
Juan Fernandez 9d01ba33c6
Feature 6096: Scan RHEL/CentOS hosts using OVAL definitions (#6241)
Extended the OVAL parser/analyzer so that we can scan RHEL based systems.
2022-06-23 16:44:45 -04:00

11 lines
368 B
Go

package oval_input
// UbuntuResultXML groups together the different tokens produced from parsing an OVAL file targeting
// Ubuntu distros.
type UbuntuResultXML struct {
Definitions []DefinitionXML
DpkgInfoTests []DpkgInfoTestXML
DpkgInfoStates []DpkgInfoStateXML
DpkgInfoObjects []PackageInfoTestObjectXML
Variables map[string]ConstantVariableXML
}