Expand description
SQL Firewall — AST-level SQL injection detection.
Unlike regex-based approaches, this module parses SQL into an Abstract Syntax Tree
using sqlparser and performs semantic analysis to detect injection patterns,
dangerous functions, system table access, and tautology-based attacks.
Structs§
- SqlAnalysis
- Result of analyzing a SQL query for security threats.
Enums§
Functions§
- analyze_
query - Analyze a SQL query string for injection patterns and security threats.