GoogleApi.SecurityCenter.V1.Model.Cwe (google_api_security_center v0.39.0)
View SourceCWE stands for Common Weakness Enumeration. Information about this weakness, as described by CWE.
Attributes
-
id
(type:String.t
, default:nil
) - The CWE identifier, e.g. CWE-94 -
references
(type:list(GoogleApi.SecurityCenter.V1.Model.Reference.t)
, default:nil
) - Any reference to the details on the CWE, for example, https://cwe.mitre.org/data/definitions/94.html
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecurityCenter.V1.Model.Cwe{ id: String.t() | nil, references: [GoogleApi.SecurityCenter.V1.Model.Reference.t()] | nil }