Skip to content

Commit

Permalink
Update Query “publicly-accessible-sqs-queues”
Browse files Browse the repository at this point in the history
  • Loading branch information
andreimilas committed Nov 7, 2022
1 parent 84180fb commit 205befa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queries/publicly-accessible-sqs-queues.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Publicly accessible SQS queues",
"slug": "publicly-accessible-sqs-queues",
"query": "{ sqsQueues(where: { policyDocument: { statements_SOME: { AND: [ { effect: \\\"Allow\\\" }, { OR: [ { principals_INCLUDES: \\\"\\\" }, { principals_INCLUDES: \\\"*\\\" }, { principals_INCLUDES: \\\"*.*\\\" }, ] } ] } } }) { identifier accountID cloudAccountID cloudAccountName cloudProvider idFromProvider internalAssetType internalName internalRegion assetCategory contentHash } }"
"query": "{ sqsQueues(where: { policyDocument: { statements_SOME: { AND: [ { effect: \"Allow\" }, { OR: [ { principals_INCLUDES: \"\" }, { principals_INCLUDES: \"*\" }, { principals_INCLUDES: \"*.*\" }, ] } ] } } }) { identifier accountID cloudAccountID cloudAccountName cloudProvider idFromProvider internalAssetType internalName internalRegion assetCategory contentHash } }"
}

0 comments on commit 205befa

Please sign in to comment.