-
Notifications
You must be signed in to change notification settings - Fork 43
Updates to Unix schema in OVAL 5.11 #244
Comments
Shouldn't this fix also include the Item to fix backwards compatibility with OVAL 5.7 content? Compare: |
I specifically made that exact change. Look at the 5.11.X branch of github.com/joval/jOVAL Sent from my iPhone
|
https://raw.githubusercontent.com/joval/jOVAL/5.11.X/scap/schemas/oval-5.11/unix-definitions-schema.xsd contains changes to the restriction while https://raw.githubusercontent.com/joval/jOVAL/5.11.X/scap/schemas/oval-5.11/unix-system-characteristics-schema.xsd leaves it alone. Are you saying that it was intentionally only the unix-def that was updated? |
Yes, only the states need to be updated for backwards-compatibility of definitions files. Sent from my iPhone
|
Put another way, we (Joval) don't care if the s-c are backwards-compatible, only the definitions files. Other people may care about being able to consume old s-c files, in which case yes, a corresponding change would be required. Sent from my iPhone
|
The following entities of the unix-def:file_state should be changed to EntityStateAnySimpleType restrictions of string/int:
The following entities of the unix-def:password_state should be changed to EntityStateAnySimpleType restrictions of string/int:
The following entities of the unix-def:shadow_state should be changed to EntityStateAnySimpleType restrictions of string/int:
The text was updated successfully, but these errors were encountered: