Skip to content

Commit f1e44bc

Browse files
haby0smowton
andauthored
Update java/ql/src/Security/CWE/CWE-652/XQueryInjection.ql
Co-authored-by: Chris Smowton <[email protected]>
1 parent 6901cd4 commit f1e44bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import XQueryInjectionLib
1616
import DataFlow::PathGraph
1717

1818
/**
19-
* Taint-tracking configuration tracing flow from remote sources, through an XQuery parser, to its eventual execution.
19+
* A taint-tracking configuration tracing flow from remote sources, through an XQuery parser, to its eventual execution.
2020
*/
2121
class XQueryInjectionConfig extends TaintTracking::Configuration {
2222
XQueryInjectionConfig() { this = "XQueryInjectionConfig" }

0 commit comments

Comments
 (0)