File tree 1 file changed +2
-0
lines changed
java/ql/src/semmle/code/java/dataflow 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import semmle.code.java.frameworks.JaxWS
18
18
import semmle.code.java.frameworks.android.Intent
19
19
import semmle.code.java.frameworks.spring.SpringWeb
20
20
import semmle.code.java.frameworks.spring.SpringController
21
+ import semmle.code.java.frameworks.spring.SpringWebClient
21
22
import semmle.code.java.frameworks.Guice
22
23
import semmle.code.java.frameworks.struts.StrutsActions
23
24
import semmle.code.java.frameworks.Thrift
@@ -228,6 +229,7 @@ private class RemoteTaintedMethod extends Method {
228
229
this .hasName ( "getParameterValues" )
229
230
// TODO consider getRemoteUser
230
231
) or
232
+ this instanceof SpringRestTemplateResponseEntityMethod or
231
233
this instanceof ServletRequestGetBodyMethod or
232
234
this instanceof CookieGetValueMethod or
233
235
this instanceof CookieGetNameMethod or
You can’t perform that action at this time.
0 commit comments