mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-15 04:32:22 +00:00
Source fixes: - page.tsx: add explicit isValidReturnUrl() check at redirect site - public_model_hub.tsx: replace() → replaceAll() for all wildcard occurrences - CodeSnippets.tsx: escape backslashes before quotes in generated Python - TeamGuardrailsTab.tsx: escape backslashes before quotes in generated YAML CodeQL suppressions for false positives: - ChatUI.tsx: sessionStorage for apiKey/apiKeySource (sessionStorage is correct per project policy — scoped to tab, cleared on close) - ChatUI.tsx: setInputMessage(prompt) where prompt is a hardcoded literal - mcp_server_edit.tsx, create_mcp_server.tsx: sessionStorage for OAuth state - useMcpOAuthFlow.tsx, useUserMcpOAuthFlow.tsx: sessionStorage wrappers - LoginPage.tsx: localStorage.getItem for worker URL in SSO flow Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>