Skip to content

Commit 51b56a9

Browse files
committed
add cwe 090 (ldap injection) and cwe 943 (Improper Neutralization of Special Elements in Data Query Logic) to SqlInjection.ql
1 parent 2062afc commit 51b56a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

javascript/ql/src/Security/CWE-089/SqlInjection.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* @id js/sql-injection
1010
* @tags security
1111
* external/cwe/cwe-089
12+
* external/cwe/cwe-090
13+
* external/cwe/cwe-943
1214
*/
1315

1416
import javascript

0 commit comments

Comments
 (0)