File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
java/ql/lib/semmle/code/java/dataflow Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import java
6
6
import semmle.code.java.dataflow.DataFlow
7
7
import semmle.code.java.dataflow.TaintTracking
8
8
import semmle.code.java.dataflow.DefUse
9
- import semmle.code.java.environment.SystemProperty
10
9
import semmle.code.java.frameworks.Jdbc
11
10
import semmle.code.java.frameworks.Networking
12
11
import semmle.code.java.frameworks.Properties
@@ -183,8 +182,6 @@ class EnvInput extends LocalUserInput {
183
182
// Results from various specific methods.
184
183
this .asExpr ( ) .( MethodAccess ) .getMethod ( ) instanceof EnvReadMethod
185
184
or
186
- this .asExpr ( ) = getSystemProperty ( _)
187
- or
188
185
// Access to `System.in`.
189
186
exists ( Field f | this .asExpr ( ) = f .getAnAccess ( ) | f instanceof SystemIn )
190
187
or
You can’t perform that action at this time.
0 commit comments