Skip to content

Commit f495e5e

Browse files
Jami CogswellJami Cogswell
authored andcommitted
Java: fix import
1 parent 52237a1 commit f495e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313

1414
import java
15-
import SpringBootActuators
15+
import semmle.code.java.security.SpringBootActuatorsQuery
1616

1717
from PermitAllCall permitAllCall
1818
where permitAllCall.permitsSpringBootActuators()

0 commit comments

Comments
 (0)