We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09d4fb7 + af3f21a commit 70cc6b7Copy full SHA for 70cc6b7
java/src/suites/java-local.qls
@@ -12,4 +12,15 @@
12
- queries: '.'
13
from: codeql/java-queries
14
- include:
15
- tags contain: -local
+ id:
16
+ - java/path-injection-local
17
+ - java/command-line-injection-local
18
+ - java/xss-local
19
+ - java/sql-injection-local
20
+ - java/http-response-splitting-local
21
+ - java/improper-validation-of-array-construction-local
22
+ - java/improper-validation-of-array-index-local
23
+ - java/tainted-format-string-local
24
+ - java/tainted-arithmetic-local
25
+ - java/unvalidated-url-redirection-local
26
+ - java/tainted-numeric-cast-local
0 commit comments