fleet/server/vulnerabilities/msrc/xml/feed_result.go
2026-04-01 12:25:23 -06:00

7 lines
181 B
Go

package xml
// FeedResult groups together products and their vulnerabilities.
type FeedResult struct {
WinVulnerabilities []Vulnerability
WinProducts map[string]Product
}