File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ private import semmle.code.java.dataflow.internal.FlowSummaryImpl as FlowSummary
12
12
private import semmle.code.java.security.ExternalAPIs as ExternalAPIs
13
13
private import semmle.code.java.Expr as Expr
14
14
private import semmle.code.java.security.QueryInjection
15
- private import semmle.code.java.security.RequestForgery
16
15
private import semmle.code.java.dataflow.internal.ModelExclusions as ModelExclusions
17
16
private import AutomodelJavaUtil as AutomodelJavaUtil
18
17
private import semmle.code.java.security.PathSanitizer as PathSanitizer
@@ -136,10 +135,6 @@ private module ApplicationModeGetCallable implements AutomodelSharedGetCallable:
136
135
* should be empty.
137
136
*/
138
137
private predicate isCustomSink ( Endpoint e , string kind ) {
139
- e .asExpr ( ) instanceof ArgumentToExec and kind = "command injection"
140
- or
141
- e instanceof RequestForgerySink and kind = "request forgery"
142
- or
143
138
e instanceof QueryInjectionSink and kind = "sql"
144
139
}
145
140
You can’t perform that action at this time.
0 commit comments