Move import statement in SpringWebClient.qll

This commit is contained in:
Owen Mansel-Chan
2024-12-11 14:19:24 +00:00
committed by GitHub
parent 347fd575a2
commit 1420bce36a

View File

@@ -4,6 +4,7 @@
import java
import SpringHttp
private import semmle.code.java.security.RequestForgery
/** The class `org.springframework.web.client.RestTemplate`. */
class SpringRestTemplate extends Class {
@@ -28,8 +29,6 @@ class SpringWebClient extends Interface {
}
}
private import semmle.code.java.security.RequestForgery
/** The method `getForObject` on `org.springframework.web.reactive.function.client.RestTemplate`. */
class SpringRestTemplateGetForObjectMethod extends Method {
SpringRestTemplateGetForObjectMethod() {