org.sonar.plugins.findbugs.profile-findbugs-security-jsp.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sonar-findbugs-plugin Show documentation
Show all versions of sonar-findbugs-plugin Show documentation
SpotBugs is a program that uses static analysis to look for bugs in Java code. It can detect a variety of common coding mistakes, including thread synchronization problems, misuse of API methods.
<FindBugsFilter><!-- This file is auto-generated. --> <Match> <Bug pattern='XSS_REQUEST_PARAMETER_TO_JSP_WRITER' /> </Match> <Match> <Bug pattern='XSS_JSP_PRINT' /> </Match> <Match> <Bug pattern='JSP_JSTL_OUT' /> </Match> <Match> <Bug pattern='JSP_INCLUDE' /> </Match> <Match> <Bug pattern='JSP_SPRING_EVAL' /> </Match> <Match> <Bug pattern='JSP_XSLT' /> </Match> </FindBugsFilter>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy