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
66import semmle.code.java.dataflow.DataFlow
77import semmle.code.java.dataflow.TaintTracking
88import semmle.code.java.dataflow.DefUse
9- import semmle.code.java.environment.SystemProperty
109import semmle.code.java.frameworks.Jdbc
1110import semmle.code.java.frameworks.Networking
1211import semmle.code.java.frameworks.Properties
@@ -183,8 +182,6 @@ class EnvInput extends LocalUserInput {
183182 // Results from various specific methods.
184183 this .asExpr ( ) .( MethodAccess ) .getMethod ( ) instanceof EnvReadMethod
185184 or
186- this .asExpr ( ) = getSystemProperty ( _)
187- or
188185 // Access to `System.in`.
189186 exists ( Field f | this .asExpr ( ) = f .getAnAccess ( ) | f instanceof SystemIn )
190187 or
You can’t perform that action at this time.
0 commit comments