Commit 1678ac3
committed
Fix security logging
Addresses GitHub Actions security review:
Risk: Logging secret_name reveals credential context to attackers
Fix:
- Changed log message from revealing secret type to generic warning
- Before: "SECURITY: Secret '{secret_name}' found in sanitized message"
- After: "SECURITY: Credential sanitization validation failed"
- Maintains security alerting without revealing attack surface
Signed-off-by: sallyom <[email protected]>1 parent 2cdb3b4 commit 1678ac3
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | | - | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments