We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c256da commit 518de82Copy full SHA for 518de82
1 file changed
java/ql/src/semmle/code/java/dataflow/FlowSources.qll
@@ -276,17 +276,10 @@ private class RemoteTaintedMethod extends Method {
276
}
277
278
279
-<<<<<<< HEAD
280
private class PlayRequestGetMethod extends Method {
281
PlayRequestGetMethod() {
282
this.getDeclaringType() instanceof PlayMVCHTTPRequestHeader and
283
this.hasName(["header", "getHeader"])
284
-=======
285
-private class PlayRequestGetMethod extends PlayHTTPRequestHeaderMethods {
286
- PlayRequestGetMethod() {
287
- this.hasName("Header") or
288
- this.hasName("getQueryString")
289
->>>>>>> fa523e456f96493dcc08b819ad4bd620cca789b8
290
291
292
0 commit comments