mirror of
https://github.com/github/codeql.git
synced 2026-04-18 05:24:01 +02:00
Move import statement in SpringWebClient.qll
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user