fleet/server/vulnerabilities/msrc/xml/feed_result.go

8 lines
177 B
Go
Raw Normal View History

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