We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67605f commit 32f43a8Copy full SHA for 32f43a8
3 files changed
java/ql/src/Security/CWE/CWE-089/SqlTainted.ql
@@ -8,6 +8,7 @@
8
* @id java/sql-injection
9
* @tags security
10
* external/cwe/cwe-089
11
+ * external/cwe/cwe-564
12
*/
13
14
import java
java/ql/src/Security/CWE/CWE-089/SqlTaintedLocal.ql
* @id java/sql-injection-local
import semmle.code.java.Expr
java/ql/src/Security/CWE/CWE-089/SqlUnescaped.ql
* @id java/concatenated-sql-query
0 commit comments