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:
Chris Smowton
2021-04-15 15:15:17 +01:00
parent 532a10bfdf
commit 7899e17f3a
2 changed files with 1 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
import java
import semmle.code.java.dataflow.FlowSources
import RequestForgery
import semmle.code.java.security.RequestForgery
import DataFlow::PathGraph
class RequestForgeryConfiguration extends TaintTracking::Configuration {