We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb331b commit 3573227Copy full SHA for 3573227
grype/db/v6/blobs.go
@@ -26,6 +26,9 @@ type VulnerabilityBlob struct {
26
27
// Severities is a list of severity indications (quantitative or qualitative) for the vulnerability
28
Severities []Severity `json:"severities,omitempty"`
29
+
30
+ // CWEs is a list of Common Weakness Enumeration (CWE) identifiers that classify the type of vulnerability
31
+ CWEs []string `json:"cwes,omitempty"`
32
}
33
34
func (v VulnerabilityBlob) String() string {
0 commit comments