mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Play remote source update to return functionaccessexpr
This commit is contained in:
@@ -127,7 +127,7 @@ private class SpringMultipartRequestSource extends RemoteFlowSource {
|
||||
class PlayParameterSource extends RemoteFlowSource {
|
||||
PlayParameterSource() {
|
||||
exists(PlayActionMethodQueryParameter p | p = this.asParameter()) or
|
||||
exists(PlayMVCHTTPRequestHeaderMethods m | m.getQueryString().getAnArgument() = this.asExpr())
|
||||
exists(PlayMVCHTTPRequestHeaderMethods m | m.getQueryString() = this.asExpr())
|
||||
}
|
||||
|
||||
override string getSourceType() { result = "Play Query Parameters" }
|
||||
|
||||
Reference in New Issue
Block a user