mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Java: remove deprecations
This commit is contained in:
@@ -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."
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
deprecated module;
|
||||
|
||||
import java
|
||||
|
||||
/** The class `org.springframework.security.config.annotation.web.builders.HttpSecurity`. */
|
||||
|
||||
Reference in New Issue
Block a user