Created
December 12, 2018 23:11
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\.(filter|having|distinct|group_by|order_by)\( | |
?[^\)]+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on https://stackoverflow.com/a/37572676