Values.VulnerabilityVendorSourceA vendor that generates a vulnerability report.
type nonrec t = {name : NonEmptyString.t;The name of the vendor.
*)url : NonEmptyString.t option;The URL of the vulnerability advisory.
*)vendorSeverity : NonEmptyString.t option;The severity that the vendor assigned to the vulnerability.
*)vendorCreatedAt : NonEmptyString.t option;Indicates when the vulnerability advisory was created. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)vendorUpdatedAt : NonEmptyString.t option;Indicates when the vulnerability advisory was last updated. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)}val make :
?url:??? ->
?vendorSeverity:??? ->
?vendorCreatedAt:??? ->
?vendorUpdatedAt:??? ->
name:NonEmptyString.t ->
unit ->
t