mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 16:07:46 +00:00
025140afe6
Replace f-string SQL queries with whitelist validation: - Table name must be in _ALLOWED_TABLES - Column name must be alphanumeric+underscore - Column type must be in _ALLOWED_COL_TYPES - Use pragma_table_info() for existence check instead of SELECT f-string Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>