Update java/ql/src/Security/CWE/CWE-652/XQueryInjection.ql

Co-authored-by: Chris Smowton <smowton@github.com>
This commit is contained in:
haby0
2021-01-27 19:47:12 +08:00
committed by GitHub
parent 31deca016f
commit 81c56b9bed

View File

@@ -15,6 +15,9 @@ import semmle.code.java.dataflow.FlowSources
import XQueryInjectionLib
import DataFlow::PathGraph
/**
* Taint-tracking configuration tracing flow from remote sources, through an XQuery parser, to its eventual execution.
*/
class XQueryInjectionConfig extends TaintTracking::Configuration {
XQueryInjectionConfig() { this = "XQueryInjectionConfig" }