Exclude ios_apps and ipados_apps from normal vuln processing. (#21143)
#21142
This commit is contained in:
@@ -443,7 +443,8 @@ func TranslateSoftwareToCPE(
|
||||
nonOvalIterator, err := ds.AllSoftwareIterator(
|
||||
ctx,
|
||||
fleet.SoftwareIterQueryOptions{
|
||||
ExcludedSources: oval.SupportedSoftwareSources,
|
||||
// Also exclude iOS and iPadOS apps until we enable vulnerabilities support for them.
|
||||
ExcludedSources: append(oval.SupportedSoftwareSources, "ios_apps", "ipados_apps"),
|
||||
},
|
||||
)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user