mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Java SSRF query: move RequestForgery qll file into semmle/code hierarchy
This makes it importable by people wishing to extend the query.
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
import java
|
import java
|
||||||
import semmle.code.java.dataflow.FlowSources
|
import semmle.code.java.dataflow.FlowSources
|
||||||
import RequestForgery
|
import semmle.code.java.security.RequestForgery
|
||||||
import DataFlow::PathGraph
|
import DataFlow::PathGraph
|
||||||
|
|
||||||
class RequestForgeryConfiguration extends TaintTracking::Configuration {
|
class RequestForgeryConfiguration extends TaintTracking::Configuration {
|
||||||
|
|||||||
Reference in New Issue
Block a user