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.
1 parent 4b8d4f5 commit 8a01799Copy full SHA for 8a01799
java/ql/src/semmle/code/java/security/ExternalProcess.qll
@@ -1,7 +1,10 @@
1
/* Definitions related to external processes. */
2
import semmle.code.java.Member
3
-import semmle.code.java.JDK
4
-import semmle.code.java.frameworks.apache.Exec
+
+private module Instances {
5
+ private import semmle.code.java.JDK
6
+ private import semmle.code.java.frameworks.apache.Exec
7
+}
8
9
/**
10
* A callable that executes a command.
0 commit comments