Expand description
SQL validation utilities to prevent injection attacks
Functions§
- validate_
base_ query - Validate and sanitize a basic SQL query to ensure it’s a SELECT statement
- validate_
sql_ identifier - Validate SQL identifiers (table names, column names) to prevent injection