Commit a2400f1
committed
Fix % escaping in deployment info and user roles
- Escape % signs in roles string to prevent printf format errors
- Remove tmux session info from user roles to clean audit logs
- Strip tmux session data when capturing deployment user info
These changes prevent display errors when user roles contain %
characters and improve audit log readability by removing tmux
session noise from user identification.1 parent d3eacd9 commit a2400f1
File tree
3 files changed
+3
-2
lines changed- lib/Genesis
- Commands
- Env
3 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
| 427 | + | |
427 | 428 | | |
428 | 429 | | |
429 | 430 | | |
| |||
0 commit comments