Update SQL.qll

remove package
This commit is contained in:
sn00py
2021-06-27 17:31:44 +08:00
committed by Sauyon Lee
parent 7fc045e749
commit 474287dc9f

View File

@@ -235,11 +235,9 @@ module Xorm {
/** A model for sinks of XORM. */
private class XormSink extends SQL::QueryString::Range {
XormSink() {
exists(Method meth, string package, string type, string name, int n |
meth.hasQualifiedName(package, type, name) and
exists(Method meth, string type, string name, int n |
meth.hasQualifiedName(Xorm::packagePath(), type, name) and
this = meth.getACall().getArgument(n) and
this.getType().getUnderlyingType() instanceof StringType and
package = Xorm::packagePath() and
type = ["Engine", "Session"]
|
name =