You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
security(api): fix format string injection in logger calls
Replace template string interpolation in logger calls with object-based
logging to prevent format string injection vulnerabilities detected by CodeQL.
- Use object-based logging instead of template strings
- Prevents external control of format strings in logs
- Maintains same logging functionality with better security
0 commit comments