Skip to content

Commit

Permalink
Update placeholder regex
Browse files Browse the repository at this point in the history
  • Loading branch information
beatro0t committed Jul 1, 2021
1 parent 78264c0 commit b596f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aws/attacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ def cypher_resolve_placeholder(placeholder):
return "grant"

else:
r = re.compile("(AWS\:\:[A-Za-z0-9:]+)"
r = re.compile(r"(AWS::[A-Za-z0-9:]+)"
).match(placeholder)

if r.group(1) is not None:
Expand Down

0 comments on commit b596f4d

Please sign in to comment.