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
1212private import semmle.code.java.security.ExternalAPIs as ExternalAPIs
1313private import semmle.code.java.Expr as Expr
1414private import semmle.code.java.security.QueryInjection
15- private import semmle.code.java.security.RequestForgery
1615private import semmle.code.java.dataflow.internal.ModelExclusions as ModelExclusions
1716private import AutomodelJavaUtil as AutomodelJavaUtil
1817private import semmle.code.java.security.PathSanitizer as PathSanitizer
@@ -136,10 +135,6 @@ private module ApplicationModeGetCallable implements AutomodelSharedGetCallable:
136135 * should be empty.
137136 */
138137private 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
143138 e instanceof QueryInjectionSink and kind = "sql"
144139}
145140
You can’t perform that action at this time.
0 commit comments