We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d84be commit 16c3c19Copy full SHA for 16c3c19
src/main/resources/META-INF/plugin.xml
@@ -320,7 +320,7 @@
320
implementationClass="org.skgroup.securityinspector.rules.sqli.MybatisAnnotationSQLi"
321
/>
322
<localInspection
323
- language="JAVA" groupPath="Security"
+ language="XML" groupPath="Security"
324
groupName="SecurityInspector" enabledByDefault="true" level="WARNING"
325
bundle="InspectionBundle" key="vuln.name.MybatisXmlSQLi"
326
implementationClass="org.skgroup.securityinspector.rules.sqli.MybatisXmlSQLi"
0 commit comments