AVD-AWS-0097 not triggered by "SQS:*" #8878
Closed
BenedekKovacsGMSL
started this conversation in
Bugs
Replies: 1 comment
-
|
Track #8879 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
AVD-AWS-0097 does not report
SQS:*as misconfiguration, even though action names are case insensitive (as per AWS documentation). Hence,SQS:*is exactly the same assqs:*.Desired Behavior
Having
SQS:*in an SQS queue policy should be reported as a misconfiguration by Trivy (just assqs:*).Actual Behavior
Trivy skips over
SQS:*in SQS queue policies and does not report it as a miscuniguration.Reproduction Steps
Target
None
Scanner
Misconfiguration
Output Format
None
Mode
None
Debug Output
Operating System
Ubuntu
Version
Checklist
trivy clean --allBeta Was this translation helpful? Give feedback.
All reactions