Skip to content

Commit

Permalink
Clean table printing, document tested version
Browse files Browse the repository at this point in the history
  • Loading branch information
smcintyre-r7 committed Apr 10, 2024
1 parent 251aa02 commit f579ec7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ contain a vulnerability where sensitive data is leaked into the audit logs.
Rancher Audit Logging is an opt-in feature, only deployments that have it
enabled and have AUDIT_LEVEL set to 1 or above are impacted by this issue.

Tested against rancher 2.6.0.
Tested against rancher 2.6.0 and 2.8.1.

### Install

Expand Down
3 changes: 2 additions & 1 deletion modules/post/linux/gather/rancher_audit_log_leak.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def run
table << ['Username', username, 'Requests']
end

print_good(table.to_s)
print_line
print_line(table.to_s)
end
end

0 comments on commit f579ec7

Please sign in to comment.