All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.plugins.findbugs.profile-findbugs-security-jsp.xml Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 4.3.0
Show newest version
<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