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.
1 parent 778bf07 commit 0808dd0Copy full SHA for 0808dd0
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