Skip to content

Commit 6ca963a

Browse files
committed
Fix
1 parent f05b2af commit 6ca963a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/experimental/Security/CWE/CWE-016/SpringBootActuators.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@Configuration(proxyBeanMethods = false)
2-
public class ActuatorSecurity extends WebSecurityConfigurerAdapter {
2+
public class SpringBootActuators extends WebSecurityConfigurerAdapter {
33

44
@Override
55
protected void configure(HttpSecurity http) throws Exception {

0 commit comments

Comments
 (0)