Skip to content

Commit

Permalink
fix Mybatis XML SQLI #6
Browse files Browse the repository at this point in the history
  • Loading branch information
springkill committed Oct 28, 2024
1 parent 48d84be commit 16c3c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
implementationClass="org.skgroup.securityinspector.rules.sqli.MybatisAnnotationSQLi"
/>
<localInspection
language="JAVA" groupPath="Security"
language="XML" groupPath="Security"
groupName="SecurityInspector" enabledByDefault="true" level="WARNING"
bundle="InspectionBundle" key="vuln.name.MybatisXmlSQLi"
implementationClass="org.skgroup.securityinspector.rules.sqli.MybatisXmlSQLi"
Expand Down

0 comments on commit 16c3c19

Please sign in to comment.