Commit 0adf9bc
committed
fix(security): remove args from setConfigValue log to prevent secrets leakage
Logging JSON.stringify(args) could expose config values (API keys, paths,
secrets) in server-side logs that may be exfiltrated or accessed by
unauthorized parties. Only the callerOrigin is now logged.
Addresses coderabbitai review comment on PR #399.
https://claude.ai/code/session_01UesrAy2NYmCpw7rqX71V5X1 parent 6032e8a commit 0adf9bc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
0 commit comments