Skip to content

Commit

Permalink
Update CrowdStrikeFalcon.py
Browse files Browse the repository at this point in the history
update json.dumps for get_ioarules function
  • Loading branch information
zeekforit authored Jan 10, 2024
1 parent a883583 commit ca954de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@ def get_ioarules(rule_ids: list[str]) -> dict:
return http_request(
'GET',
'/ioarules/entities/rules/v1',
data=json.dumps({rule_ids}),
data=json.dumps({'ids': rule_ids}),
)


Expand Down

0 comments on commit ca954de

Please sign in to comment.