Skip to content

Commit 8a01799

Browse files
owen-mcaschackmull
andauthored
Make imports private
Co-authored-by: Anders Schack-Mulligen <[email protected]>
1 parent 4b8d4f5 commit 8a01799

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

java/ql/src/semmle/code/java/security/ExternalProcess.qll

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/* Definitions related to external processes. */
22
import semmle.code.java.Member
3-
import semmle.code.java.JDK
4-
import semmle.code.java.frameworks.apache.Exec
3+
4+
private module Instances {
5+
private import semmle.code.java.JDK
6+
private import semmle.code.java.frameworks.apache.Exec
7+
}
58

69
/**
710
* A callable that executes a command.

0 commit comments

Comments
 (0)