mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
Java: remove exists variable in test
This commit is contained in:
@@ -7,7 +7,7 @@ module CsrfUnprotectedRequestTypeTest implements TestSig {
|
||||
|
||||
predicate hasActualResult(Location location, string element, string tag, string value) {
|
||||
tag = "hasCsrfUnprotectedRequestType" and
|
||||
exists(CallPathNode src, CallPathNode sink | unprotectedStateChange(src, sink) |
|
||||
exists(CallPathNode src | unprotectedStateChange(src, _) |
|
||||
src.getLocation() = location and
|
||||
element = src.toString() and
|
||||
value = ""
|
||||
|
||||
Reference in New Issue
Block a user