We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b326aa commit 14a23eeCopy full SHA for 14a23ee
java/ql/src/Security/CWE/CWE-652/XQueryInjectionLib.qll
@@ -14,8 +14,8 @@ class XQueryParserCall extends MethodAccess {
14
m.hasName("prepareExpression")
15
)
16
}
17
- // return the first parameter of the `bindString` method and use it as a sink
18
- Expr getSink() { result = this.getArgument(0) }
+ /** Returns the first parameter of the `bindString` method. */
+ Expr getInput() { result = this.getArgument(0) }
19
20
21
/** A call to `XQDynamicContext.bindString`. */
0 commit comments