You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can anyone help on getting oval patch xml for windows 2011, from past few month am trying to generate but unsuccessful.
windows 2010 patch is getting generated properly, but not for windows 2011.
I was trying to generate the windows 2011 oval patch xml from the ovalrepo, using the mentioned steps in the repository.
the command which i tried is :
C:\IOT\OvalRepository\OVALRepo\scripts>python build_oval_definitions_file.py -o c:\5.11\oval.windows.patch.xml --platform "microsoft windows 11" --family windows --class patch --max_schema_version 5.10 -vindows --class patch --max_schema_version 5.10 -v
Output which i got after running above command:
INFO: Found 0 matching OVAL definitions
INFO: Writing OVAL definitions to C:\IOT\OvalRepository\OVALRepo\scripts\output-files\5.11\oval.windows.patch.xml
INFO: performing schema validation
INFO: schema validation successful
INFO: Completed in 00:00:02!
Hi All,
Can anyone help on getting oval patch xml for windows 2011, from past few month am trying to generate but unsuccessful.
windows 2010 patch is getting generated properly, but not for windows 2011.
I was trying to generate the windows 2011 oval patch xml from the ovalrepo, using the mentioned steps in the repository.
the command which i tried is :
C:\IOT\OvalRepository\OVALRepo\scripts>python build_oval_definitions_file.py -o c:\5.11\oval.windows.patch.xml --platform "microsoft windows 11" --family windows --class patch --max_schema_version 5.10 -vindows --class patch --max_schema_version 5.10 -v
Output which i got after running above command:
INFO: Found 0 matching OVAL definitions
INFO: Writing OVAL definitions to C:\IOT\OvalRepository\OVALRepo\scripts\output-files\5.11\oval.windows.patch.xml
INFO: performing schema validation
INFO: schema validation successful
INFO: Completed in 00:00:02!
Generated oval patch xml:
<oval_definitions
xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5"
xmlns:oval="http://oval.mitre.org/XMLSchema/oval-common-5"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://oval.mitre.org/XMLSchema/oval-common-5 oval-common-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5 oval-definitions-schema.xsd">
</oval_definitions>
Any help would be appreciated.