Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 613 Bytes

VulnerabilityTypeVersion.md

File metadata and controls

13 lines (8 loc) · 613 Bytes

VulnerabilityTypeVersion

Properties

Name Type Description Notes
epoch Integer Used to correct mistakes in the version numbering scheme. [optional]
name String The main part of the version name. [optional]
revision String The iteration of the package build from the above version. [optional]
kind VersionVersionKind Distinguish between sentinel MIN/MAX versions and normal versions. If kind is not NORMAL, then the other fields are ignored. [optional]