Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Windows schema issue in OVAL 5.11 #243

Closed
joval opened this issue Mar 18, 2015 · 1 comment
Closed

Windows schema issue in OVAL 5.11 #243

joval opened this issue Mar 18, 2015 · 1 comment
Milestone

Comments

@joval
Copy link

joval commented Mar 18, 2015

In the Entity[State/Item]RegistryTypeType, we should make the following changes to more accurately reflect the different possible data types in the Windows registry:

  • reg_dword_little_endian should be deprecated or removed (it is defined to have the same value as reg_dword)
  • reg_qword_little_endian should be deprecated or removed (it is defined to have the same value as reg_qword)
  • reg_resource_list should be added
  • reg_full_resource_descriptor should be added
  • reg_resource_requirements_list should be added
drothenberg pushed a commit to drothenberg/Language that referenced this issue Mar 24, 2015
Deprecated reg_dword_little_endian and reg_qword_little_endian registry
types. Fixed documentation on TIMEQ_FOREVER value.

Part of OVALProject#243. Fixes OVALProject#189.
@drothenberg
Copy link
Contributor

Initially I had only deprecated the little endian values. I plan to add the three new registry types for usability but would like to note that additional documentation should be provided wherever a value of this type may be expected, such as ntuser__/value and registry__/value.

@drothenberg drothenberg added this to the 5.11.1 milestone Apr 10, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant