Skip to content

Commit

Permalink
regenerate spec 12/08/2023 (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffalor committed Dec 12, 2023
1 parent 4a1fa75 commit 97a9111
Show file tree
Hide file tree
Showing 473 changed files with 77,103 additions and 17,831 deletions.
6 changes: 3 additions & 3 deletions examples/falcon_vulnerabilities/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

"github.com/crowdstrike/gofalcon/falcon"
"github.com/crowdstrike/gofalcon/falcon/client"
"github.com/crowdstrike/gofalcon/falcon/client/vulnerabilities"
"github.com/crowdstrike/gofalcon/falcon/client/spotlight_vulnerabilities"
"github.com/crowdstrike/gofalcon/falcon/models"
"github.com/crowdstrike/gofalcon/pkg/falcon_util"
)
Expand Down Expand Up @@ -88,8 +88,8 @@ func queryVulnerabilities(client *client.CrowdStrikeAPISpecification, filter str
go func() {
lastSeen := (*string)(nil)
for {
response, err := client.Vulnerabilities.CombinedQueryVulnerabilities(
&vulnerabilities.CombinedQueryVulnerabilitiesParams{
response, err := client.SpotlightVulnerabilities.CombinedQueryVulnerabilities(
&spotlight_vulnerabilities.CombinedQueryVulnerabilitiesParams{
Context: context.Background(),
Facet: []string{"cve", "host_info", "remediation", "evaluation_logic"},
Filter: filter,
Expand Down
160 changes: 160 additions & 0 deletions falcon/client/alerts/alerts_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

153 changes: 153 additions & 0 deletions falcon/client/alerts/get_aggregate_v2_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 97a9111

Please sign in to comment.