Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

wildcard actions not handled properly #43

Open
rittneje opened this issue Jun 8, 2022 · 0 comments
Open

wildcard actions not handled properly #43

rittneje opened this issue Jun 8, 2022 · 0 comments

Comments

@rittneje
Copy link

rittneje commented Jun 8, 2022

This tool does not handle wildcards in IAM policy actions properly, because it only does literal string matches. For example, the PrivilegeEscalation class will not detect any issue if my policy grants "iam:Create*". All the IAM policy checking logic needs to be rewritten to treat wildcards as actual wildcards (perhaps via regex) instead of only doing literal string matches.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant