We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There can be false positives in CFRipper when an IAM policy has specific Actions with Deny Effect.
The issue seems to be caused because in "policy_document.py" the Denys are not taken into account.
The function "allowed_actions_with" is not excluding actions that have a Deny Effect.
pycfmodel/pycfmodel/model/resources/properties/policy_document.py
Lines 54 to 68 in 6a8f3d1
The text was updated successfully, but these errors were encountered:
It should be possible to improve this to remove actions when there are equivalent deny statements with the same target resource(s)
Sorry, something went wrong.
No branches or pull requests
There can be false positives in CFRipper when an IAM policy has specific Actions with Deny Effect.
The issue seems to be caused because in "policy_document.py" the Denys are not taken into account.
The function "allowed_actions_with" is not excluding actions that have a Deny Effect.
pycfmodel/pycfmodel/model/resources/properties/policy_document.py
Lines 54 to 68 in 6a8f3d1
The text was updated successfully, but these errors were encountered: