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
feat(database): add safety check for dangerous SQL operations
- Implement a SQL safety check to detect and prevent potentially harmful operations
- Add a list of dangerous SQL keywords (DELETE, DROP, TRUNCATE, etc.)
- Analyze SQL statements to identify any dangerous operations
- Return an error message if a dangerous operation is detected
0 commit comments