cti-python-stix2
cti-python-stix2 copied to clipboard
windows-pe-optional-header-type missing some constraints
windows-pe-optional-header-type (implemented via WindowsPEOptionalHeaderType) is missing value constraints on properties size_of_heap_reserve and size_of_heap_commit. The spec says for both they must not be negative, so they need min=0 constraints.