Skip to content

Commit c683b48

Browse files
committed
Add MyBatisInjectionSink's QLDoc
1 parent 8482c01 commit c683b48

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

java/ql/lib/semmle/code/java/frameworks/MyBatis.qll

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,13 @@ private class MyBatisAbstractSQLMethodNames extends string {
127127
}
128128
}
129129

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+
*/
130137
class MyBatisInjectionSink extends DataFlow::Node {
131138
MyBatisInjectionSink() {
132139
exists(Annotation a, Method m |

0 commit comments

Comments
 (0)