Skip to content

Commit

Permalink
Move import statement in SpringWebClient.qll
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-mc authored Dec 11, 2024
1 parent 347fd57 commit 1420bce
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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() {
Expand Down

0 comments on commit 1420bce

Please sign in to comment.