Skip to content

Instantly share code, notes, and snippets.

@rohitnss
Last active July 31, 2020 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rohitnss/e485f483e7f2ceef8c0ac9572f381a62 to your computer and use it in GitHub Desktop.
Save rohitnss/e485f483e7f2ceef8c0ac9572f381a62 to your computer and use it in GitHub Desktop.
rules:
- id: sql.injection
message: |
SQL Injection.
metadata:
owasp: "A1: Injection"
severity: ERROR
patterns:
- pattern: $SQL = $X + $Y + $Z;
languages:
- java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment