Skip to content

Commit cc9b4d1

Browse files
Jami CogswellJami Cogswell
authored andcommitted
Java: update to permitAllCall in qldoc
1 parent 40ada39 commit cc9b4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/security/SpringBootActuatorsQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ private class RegistryRequestMatchersCall extends MethodCall {
4040
}
4141
}
4242

43-
/** Holds if `permitAll` is called on request(s) mapped to actuator endpoint(s). */
43+
/** Holds if `permitAllCall` is called on request(s) mapped to actuator endpoint(s). */
4444
predicate permitsSpringBootActuators(PermitAllCall permitAllCall) {
4545
exists(AuthorizeRequestsCall authorizeRequestsCall |
4646
// .requestMatcher(EndpointRequest).authorizeRequests([...]).[...]

0 commit comments

Comments
 (0)