mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
Add MyBatisInjectionSink's QLDoc
This commit is contained in:
@@ -127,6 +127,13 @@ private class MyBatisAbstractSQLMethodNames extends string {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* A return statement of a method used in a MyBatis Provider.
|
||||
*
|
||||
* See
|
||||
* - `MyBatisProvider`
|
||||
* - https://mybatis.org/mybatis-3/apidocs/org/apache/ibatis/annotations/package-summary.html
|
||||
*/
|
||||
class MyBatisInjectionSink extends DataFlow::Node {
|
||||
MyBatisInjectionSink() {
|
||||
exists(Annotation a, Method m |
|
||||
|
||||
Reference in New Issue
Block a user