Skip to content

Instantly share code, notes, and snippets.

@ndavison
Created December 12, 2018 23:11
Show Gist options
  • Save ndavison/87d78745aa2e264c110d3f62d38ea3c3 to your computer and use it in GitHub Desktop.
Save ndavison/87d78745aa2e264c110d3f62d38ea3c3 to your computer and use it in GitHub Desktop.
VSCode search for SQLAlchemy functions that might be vulnerable to SQL Injection if used incorrectly
\.(filter|having|distinct|group_by|order_by)\(
?[^\)]+
@ndavison
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment