Skip to content

Commit

Permalink
fix: add missing Properties
Browse files Browse the repository at this point in the history
  • Loading branch information
desenna committed May 19, 2022
1 parent 8a87d70 commit 2b2b2d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cyclonedx.go
Expand Up @@ -626,6 +626,7 @@ type Vulnerability struct {
Tools *[]Tool `json:"tools,omitempty" xml:"tools>tool,omitempty"`
Analysis *VulnerabilityAnalysis `json:"analysis,omitempty" xml:"analysis,omitempty"`
Affects *[]Affects `json:"affects,omitempty" xml:"affects>target,omitempty"`
Properties *[]Property `json:"properties,omitempty" xml:"properties>property,omitempty"`
}

type VulnerabilityAnalysis struct {
Expand Down

0 comments on commit 2b2b2d8

Please sign in to comment.