1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 18:15:42 +01:00

Merge branch 'main' into cleanup-validation

This commit is contained in:
cintek 2023-09-12 15:37:51 +02:00 committed by GitHub
commit 094fe37026
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -386,7 +386,7 @@ type Branches []*Branch
// ProductTree contains product names that can be referenced elsewhere in the document. // ProductTree contains product names that can be referenced elsewhere in the document.
type ProductTree struct { type ProductTree struct {
Branches Branches `json:"branches,omitempty"` Branches Branches `json:"branches,omitempty"`
FullProductNames []*FullProductName `json:"full_product_name,omitempty"` FullProductNames []*FullProductName `json:"full_product_names,omitempty"`
ProductGroups *ProductGroups `json:"product_groups,omitempty"` ProductGroups *ProductGroups `json:"product_groups,omitempty"`
RelationShips []*Relationship `json:"relationships,omitempty"` RelationShips []*Relationship `json:"relationships,omitempty"`
} }