mirror of
https://github.com/github/codeql.git
synced 2026-05-20 22:27:18 +02:00
Add change note re: MyBatis improvement
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* We now detect SQL injection via the MyBatis library when the `@Param` annotation is not used, but the unannotated parameter is referred to by name regardless. This is an undocumented feature of the MyBatis library; the documentation suggests either `@Param` should be used, or a parameter should be referred to by position, e.g. `{arg0}`.
|
||||
Reference in New Issue
Block a user