Skip to content

Commit

Permalink
Merge branch 'master' into enhancement/add_debug_command
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveYesland authored Jun 5, 2024
2 parents 039a90f + ad7e411 commit c97bde5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pacu/modules/iam__enum_permissions/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ def summary(data, pacu_main):
out += "{:>{count_max_len}} Unconfirmed permissions for {} role(s).\n".format(data["roles_unconfirmed_perm_count"],
data["roles_unconfirmed"],
count_max_len=count_max_len)
out += "Type 'whoami' to see detailed list of permissions.\n"
return out


Expand Down

0 comments on commit c97bde5

Please sign in to comment.