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

consider using xsd:nonNegativeInteger to validate DWORD values #192

@djhaynes

Description

@djhaynes

In various OVAL Tests for Windows, there are a few entities that are of type DWORD which represents a 32-bit unsigned integer value (http://msdn.microsoft.com/en-us/library/cc230318.aspx). We should discuss with the community whether or not using xsd:nonNegativeInteger to enforce an unsigned value would be beneficial.

Notable entities that contain DWORD values are:

win-def:lockoutpolicy_test/lockout_duration
win-def:passwordpolicy_test/max_passwd_age

If we decide to take this approach, we should check for other occurrences.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions