We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f943a79 + d638ba7 commit 8c933afCopy full SHA for 8c933af
pkg/falcon/extractor.go
@@ -219,7 +219,7 @@ func GetMessages(config *config.Config, ctx context.Context) (results map[string
219
queryResult, err := client.SpotlightVulnerabilities.CombinedQueryVulnerabilities(
220
&spotlight_vulnerabilities.CombinedQueryVulnerabilitiesParams{
221
Context: ctx,
222
- Filter: "status:'open'",
+ Filter: "status:'open'+suppression_info.is_suppressed:'false'",
223
Limit: &falconAPIMaxRecords,
224
Facet: []string{"host_info", "cve", "remediation"},
225
After: &paginationToken,
0 commit comments