View Source GoogleApi.SecurityCenter.V1.Model.Vulnerability (google_api_security_center v0.29.0)

Refers to common vulnerability fields e.g. cve, cvss, cwe etc.

Attributes

  • cve (type: GoogleApi.SecurityCenter.V1.Model.Cve.t, default: nil) - CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/)
  • fixedPackage (type: GoogleApi.SecurityCenter.V1.Model.Package.t, default: nil) - The fixed package is relevant to the finding.
  • offendingPackage (type: GoogleApi.SecurityCenter.V1.Model.Package.t, default: nil) - The offending package is relevant to the finding.
  • securityBulletin (type: GoogleApi.SecurityCenter.V1.Model.SecurityBulletin.t, default: nil) - The security bulletin is relevant to this finding.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.Vulnerability{
  cve: GoogleApi.SecurityCenter.V1.Model.Cve.t() | nil,
  fixedPackage: GoogleApi.SecurityCenter.V1.Model.Package.t() | nil,
  offendingPackage: GoogleApi.SecurityCenter.V1.Model.Package.t() | nil,
  securityBulletin: GoogleApi.SecurityCenter.V1.Model.SecurityBulletin.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.