You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LupovichRan
changed the title
query terraform s3 bucket http policy does not check iam policy document
query terraform s3 bucket http policy query does not check iam policy document
May 25, 2022
commenting this line
#check_action(statement.Action)
solves the issue @kaplanlior - can you please check the purpose of this check_action function ?
if its ok to comment it out - i'll open pull request for this change , or you prefer i'll remove the function and the array.
LupovichRan
changed the title
query terraform s3 bucket http policy query does not check iam policy document
query terraform s3 bucket http policy query, action_check function cause false positive on iam policy document
May 27, 2022
https://github.com/Checkmarx/kics/blob/1e1654ff52193635b301e4e06144353b9869ead3/assets/queries/terraform/aws/s3_bucket_policy_accepts_http_requests/query.rego
query terraform s3 bucket http policy query, action_check function cause false positive on iam policy document
Expected Behavior
Check the iam policy document to find out if deny http is found on created s3 bucket.
Actual Behavior
incorrect report that bucket is missing deny on http requests
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: