Replies: 1 comment
-
It looks like the XML definitions schema wasn't loaded for some reason. DefinitionIDPattern is definitely found there. It's probably just a matter of a failure to import it from a document location (since it's not available to be downloaded from the namespace URL). Anyway, it's an XML document format that was accepted by Sovaldi, for listing the IDs of definitions you want to evaluate in the context of a specific OVAL definitions document (containing multiple definitions). What has always bugged me the most about it is the spelling error in the top-level XML element I think it's probably safe to get rid of it. |
Beta Was this translation helpful? Give feedback.
-
Does anyone have any knowledge on evaluation-ids.xsd? To me it seems like an artifact from the old MITRE tool 'ovaldi', when testing my OVAL 6.0 updates, I see that it fails basic XML validation in a few tools. I think it can be just deleted, but wanted to pass it by others.
@solind, @A-Biggs, @wmunyan
using 'lxml'
using 'xmlschema'
Beta Was this translation helpful? Give feedback.
All reactions