Highlights
SQL Injection: 2 prior fixes. Scrutinize any change in this area.
src/main/java/com/github/miemiedev/mybatis/paginator/SortInfo.java: most-fixed (2 issues). Treat as high-risk during review.
2 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
SQL Injection: User-supplied sorting segments are directly interpolated into dynamic SQL ORDER BY clauses. Historical fixes show recurrent attempts to secure this surface by implementing regex-based input validation and pattern blocking to intercept malicious SQL keywords.