mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
Java: update test
This commit is contained in:
@@ -8,7 +8,7 @@ module SpringBootActuatorsTest implements TestSig {
|
||||
|
||||
predicate hasActualResult(Location location, string element, string tag, string value) {
|
||||
tag = "hasExposedSpringBootActuator" and
|
||||
exists(PermitAllCall permitAllCall | permitsSpringBootActuators(permitAllCall) |
|
||||
exists(SpringPermitAllCall permitAllCall | permitsSpringBootActuators(permitAllCall) |
|
||||
permitAllCall.getLocation() = location and
|
||||
element = permitAllCall.toString() and
|
||||
value = ""
|
||||
|
||||
Reference in New Issue
Block a user