org.sonar.plugins.findbugs.profile-findbugs-security-scala.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 all versions of sonar-findbugs-plugin
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='SCALA_SENSITIVE_DATA_EXPOSURE' /> </Match> <Match> <Bug pattern='SCALA_PLAY_SSRF' /> </Match> <Match> <Bug pattern='SCALA_XSS_TWIRL' /> </Match> <Match> <Bug pattern='SCALA_XSS_MVC_API' /> </Match> <Match> <Bug pattern='SCALA_PATH_TRAVERSAL_IN' /> </Match> <Match> <Bug pattern='SCALA_COMMAND_INJECTION' /> </Match> <Match> <Bug pattern='SCALA_SQL_INJECTION_SLICK' /> </Match> <Match> <Bug pattern='SCALA_SQL_INJECTION_ANORM' /> </Match> <Match> <Bug pattern='PREDICTABLE_RANDOM_SCALA' /> </Match> </FindBugsFilter>