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
## Summary
Fixes SQL injection vulnerability in the `loadTables` method by using
parameterized queries instead of string concatenation.
**Changes:**
- Replaced string concatenation with parameterized query using
placeholders (`?`)
- Added `type` parameter and table name parameters to the query
- Prevented direct interpolation of user-controlled table names into SQL
🤖 Generated with [Claude Code](https://claude.com/claude-code)
0 commit comments