GoogleApi.OnDemandScanning.V1.Model.VexAssessment (google_api_on_demand_scanning v0.7.0)
View SourceVexAssessment provides all publisher provided Vex information that is related to this vulnerability.
Attributes
-
cve
(type:String.t
, default:nil
) - Holds the MITRE standard Common Vulnerabilities and Exposures (CVE) tracking number for the vulnerability. Deprecated: Use vulnerability_id instead to denote CVEs. -
impacts
(type:list(String.t)
, default:nil
) - Contains information about the impact of this vulnerability, this will change with time. -
justification
(type:GoogleApi.OnDemandScanning.V1.Model.Justification.t
, default:nil
) - Justification provides the justification when the state of the assessment if NOT_AFFECTED. -
noteName
(type:String.t
, default:nil
) - The VulnerabilityAssessment note from which this VexAssessment was generated. This will be of the form:projects/[PROJECT_ID]/notes/[NOTE_ID]
. -
relatedUris
(type:list(GoogleApi.OnDemandScanning.V1.Model.RelatedUrl.t)
, default:nil
) - Holds a list of references associated with this vulnerability item and assessment. -
remediations
(type:list(GoogleApi.OnDemandScanning.V1.Model.Remediation.t)
, default:nil
) - Specifies details on how to handle (and presumably, fix) a vulnerability. -
state
(type:String.t
, default:nil
) - Provides the state of this Vulnerability assessment. -
vulnerabilityId
(type:String.t
, default:nil
) - The vulnerability identifier for this Assessment. Will hold one of common identifiers e.g. CVE, GHSA etc.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.OnDemandScanning.V1.Model.VexAssessment{ cve: String.t() | nil, impacts: [String.t()] | nil, justification: GoogleApi.OnDemandScanning.V1.Model.Justification.t() | nil, noteName: String.t() | nil, relatedUris: [GoogleApi.OnDemandScanning.V1.Model.RelatedUrl.t()] | nil, remediations: [GoogleApi.OnDemandScanning.V1.Model.Remediation.t()] | nil, state: String.t() | nil, vulnerabilityId: String.t() | nil }