rule: aws_iam_policy_document - Sid string check #421
Replies: 5 comments
-
|
#155 was a rule for the |
Beta Was this translation helpful? Give feedback.
-
|
Should we valid sid pattern even sid absent from statement ? |
Beta Was this translation helpful? Give feedback.
-
|
@gilbert-hsu Oops, this is a false positive. We have released v0.7.1 with this fix, so please try it. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks a lot! |
Beta Was this translation helpful? Give feedback.
-
|
Got a failing use case even though this is a valid policy (notice the lack of Error messages: Version |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Community,
The plugin currently does not validates
aws_iam_policy_documentsid_string.Based on AWS documentation basic alphanumeric characters (A-Z,a-z,0-9) are the only allowed characters in the Sid value.
It would be great if there would be rule to check the sid_string.
Thanks,
Andor
Beta Was this translation helpful? Give feedback.
All reactions