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 2a30312 commit ad70791Copy full SHA for ad70791
grype/db/v6/blobs.go
@@ -27,8 +27,8 @@ type VulnerabilityBlob struct {
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"`
+ // CWEIDs is a list of Common Weakness Enumeration (CWE) identifiers that classify the type of vulnerability
+ CWEIDs []string `json:"cweIds,omitempty"`
32
}
33
34
func (v VulnerabilityBlob) String() string {
0 commit comments