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-02-16 00:07:44 +08:00
committed by GitHub
parent 6901cd4899
commit f1e44bce4a

View File

@@ -16,7 +16,7 @@ import XQueryInjectionLib
import DataFlow::PathGraph
/**
* Taint-tracking configuration tracing flow from remote sources, through an XQuery parser, to its eventual execution.
* A taint-tracking configuration tracing flow from remote sources, through an XQuery parser, to its eventual execution.
*/
class XQueryInjectionConfig extends TaintTracking::Configuration {
XQueryInjectionConfig() { this = "XQueryInjectionConfig" }