Skip to content

Instantly share code, notes, and snippets.

@scarvell
Last active December 23, 2015 17:09
Show Gist options
  • Save scarvell/6666833 to your computer and use it in GitHub Desktop.
Save scarvell/6666833 to your computer and use it in GitHub Desktop.
JSTL/EL regex to detect SQL injections
((where|set).* (like|=|>|<|in\s?\(?)\s?["']?\%?\$\{|IN\s?\(.*\$\{)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment