[HIGH] 安全:MyBatis ${} 动态表名存在 SQL 注入风险 #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
严重度:🟠 HIGH
PurchaseOrderMapper.xml:146-147使用${}拼接表名:isForm若被用户控制则 SQL 注入。修复: 验证 isForm 为服务端布尔值,或改用
<if>标签