mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Merge 7397f7087d into c6bad42c24
This commit is contained in:
commit
03d2666c81
1 changed files with 5 additions and 5 deletions
|
|
@ -447,7 +447,7 @@ type Flag struct {
|
||||||
Date *string `json:"date,omitempty"`
|
Date *string `json:"date,omitempty"`
|
||||||
GroupIDs *ProductGroups `json:"group_ids,omitempty"`
|
GroupIDs *ProductGroups `json:"group_ids,omitempty"`
|
||||||
Label *FlagLabel `json:"label"` // required
|
Label *FlagLabel `json:"label"` // required
|
||||||
ProductIds *Products `json:"product_ids,omitempty"`
|
ProductIDs *Products `json:"product_ids,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Flags is a list if Flag elements.
|
// Flags is a list if Flag elements.
|
||||||
|
|
@ -610,8 +610,8 @@ type Remediation struct {
|
||||||
Date *string `json:"date,omitempty"`
|
Date *string `json:"date,omitempty"`
|
||||||
Details *string `json:"details"` // required
|
Details *string `json:"details"` // required
|
||||||
Entitlements []*string `json:"entitlements,omitempty"`
|
Entitlements []*string `json:"entitlements,omitempty"`
|
||||||
GroupIds *ProductGroups `json:"group_ids,omitempty"`
|
GroupIDs *ProductGroups `json:"group_ids,omitempty"`
|
||||||
ProductIds *Products `json:"product_ids,omitempty"`
|
ProductIDs *Products `json:"product_ids,omitempty"`
|
||||||
RestartRequired *RestartRequired `json:"restart_required,omitempty"`
|
RestartRequired *RestartRequired `json:"restart_required,omitempty"`
|
||||||
URL *string `json:"url,omitempty"`
|
URL *string `json:"url,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
@ -742,8 +742,8 @@ type Threat struct {
|
||||||
Category *ThreatCategory `json:"category"` // required
|
Category *ThreatCategory `json:"category"` // required
|
||||||
Date *string `json:"date,omitempty"`
|
Date *string `json:"date,omitempty"`
|
||||||
Details *string `json:"details"` // required
|
Details *string `json:"details"` // required
|
||||||
GroupIds *ProductGroups `json:"group_ids,omitempty"`
|
GroupIDs *ProductGroups `json:"group_ids,omitempty"`
|
||||||
ProductIds *Products `json:"product_ids,omitempty"`
|
ProductIDs *Products `json:"product_ids,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Threats is a list of Threat elements.
|
// Threats is a list of Threat elements.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue