We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MyBatisInjectionSink
1 parent 8482c01 commit c683b48Copy full SHA for c683b48
1 file changed
java/ql/lib/semmle/code/java/frameworks/MyBatis.qll
@@ -127,6 +127,13 @@ private class MyBatisAbstractSQLMethodNames extends string {
127
}
128
129
130
+/**
131
+ * A return statement of a method used in a MyBatis Provider.
132
+ *
133
+ * See
134
+ * - `MyBatisProvider`
135
+ * - https://mybatis.org/mybatis-3/apidocs/org/apache/ibatis/annotations/package-summary.html
136
+ */
137
class MyBatisInjectionSink extends DataFlow::Node {
138
MyBatisInjectionSink() {
139
exists(Annotation a, Method m |
0 commit comments