Java: update test

This commit is contained in:
Jami Cogswell
2025-03-04 11:15:00 -05:00
parent 746f022cfa
commit 82062e2847

View File

@@ -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 = ""