Java: remove deprecations

This commit is contained in:
Jami Cogswell
2025-02-16 12:16:14 -05:00
parent 2ce5920c5e
commit 978834bd9c
2 changed files with 4 additions and 7 deletions

View File

@@ -12,9 +12,8 @@
*/
import java
deprecated import SpringBootActuators
import SpringBootActuators
deprecated query predicate problems(PermitAllCall permitAllCall, string message) {
permitAllCall.permitsSpringBootActuators() and
message = "Unauthenticated access to Spring Boot actuator is allowed."
}
from PermitAllCall permitAllCall
where permitAllCall.permitsSpringBootActuators()
select permitAllCall, "Unauthenticated access to Spring Boot actuator is allowed."

View File

@@ -1,5 +1,3 @@
deprecated module;
import java
/** The class `org.springframework.security.config.annotation.web.builders.HttpSecurity`. */