We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ada39 commit cc9b4d1Copy full SHA for cc9b4d1
java/ql/lib/semmle/code/java/security/SpringBootActuatorsQuery.qll
@@ -40,7 +40,7 @@ private class RegistryRequestMatchersCall extends MethodCall {
40
}
41
42
43
-/** Holds if `permitAll` is called on request(s) mapped to actuator endpoint(s). */
+/** Holds if `permitAllCall` is called on request(s) mapped to actuator endpoint(s). */
44
predicate permitsSpringBootActuators(PermitAllCall permitAllCall) {
45
exists(AuthorizeRequestsCall authorizeRequestsCall |
46
// .requestMatcher(EndpointRequest).authorizeRequests([...]).[...]
0 commit comments