Skip to content

Commit 518de82

Browse files
committed
updates
1 parent 5c256da commit 518de82

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

java/ql/src/semmle/code/java/dataflow/FlowSources.qll

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -276,17 +276,10 @@ private class RemoteTaintedMethod extends Method {
276276
}
277277
}
278278

279-
<<<<<<< HEAD
280279
private class PlayRequestGetMethod extends Method {
281280
PlayRequestGetMethod() {
282281
this.getDeclaringType() instanceof PlayMVCHTTPRequestHeader and
283282
this.hasName(["header", "getHeader"])
284-
=======
285-
private class PlayRequestGetMethod extends PlayHTTPRequestHeaderMethods {
286-
PlayRequestGetMethod() {
287-
this.hasName("Header") or
288-
this.hasName("getQueryString")
289-
>>>>>>> fa523e456f96493dcc08b819ad4bd620cca789b8
290283
}
291284
}
292285

0 commit comments

Comments
 (0)