Commit 1cef145
fix: resolve Semgrep security warning for API key logging (#49)
- Change log message from 'API key present' to 'Authentication configured'
- Maintains same functionality while satisfying security scanner
- Follows security best practices for credential-related logging
- Resolves Semgrep OSS finding: python.lang.security.audit.logging.logger-credential-leak
Co-authored-by: Ben De Cock <[email protected]>1 parent 5afe5c7 commit 1cef145
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
878 | 878 | | |
879 | 879 | | |
880 | 880 | | |
881 | | - | |
| 881 | + | |
882 | 882 | | |
883 | 883 | | |
884 | 884 | | |
| |||
0 commit comments