Skip to content

Commit 82062e2

Browse files
Jami CogswellJami Cogswell
authored andcommitted
Java: update test
1 parent 746f022 commit 82062e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/test/query-tests/security/CWE-200/semmle/tests/SpringBootActuators/SpringBootActuatorsTest.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module SpringBootActuatorsTest implements TestSig {
88

99
predicate hasActualResult(Location location, string element, string tag, string value) {
1010
tag = "hasExposedSpringBootActuator" and
11-
exists(PermitAllCall permitAllCall | permitsSpringBootActuators(permitAllCall) |
11+
exists(SpringPermitAllCall permitAllCall | permitsSpringBootActuators(permitAllCall) |
1212
permitAllCall.getLocation() = location and
1313
element = permitAllCall.toString() and
1414
value = ""

0 commit comments

Comments
 (0)