We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347fd57 commit 1420bceCopy full SHA for 1420bce
java/ql/lib/semmle/code/java/frameworks/spring/SpringWebClient.qll
@@ -4,6 +4,7 @@
4
5
import java
6
import SpringHttp
7
+private import semmle.code.java.security.RequestForgery
8
9
/** The class `org.springframework.web.client.RestTemplate`. */
10
class SpringRestTemplate extends Class {
@@ -28,8 +29,6 @@ class SpringWebClient extends Interface {
28
29
}
30
31
-private import semmle.code.java.security.RequestForgery
32
-
33
/** The method `getForObject` on `org.springframework.web.reactive.function.client.RestTemplate`. */
34
class SpringRestTemplateGetForObjectMethod extends Method {
35
SpringRestTemplateGetForObjectMethod() {
0 commit comments