Follow on to #615.  Enable the security bugs plugin to spotbugs (formerly known 
as findbugs).  This will requires addressing a lot of potential security 
issues.  Either by filtering out false posititives or fixing potential bugs.  

This can be done by adding this to our top level pom:
```xml
              <plugin>
                <groupId>com.h3xstream.findsecbugs</groupId>
                <artifactId>findsecbugs-plugin</artifactId>
                <version>1.8.0</version>
              </plugin>
```

https://find-sec-bugs.github.io/


[ Full content available at: https://github.com/apache/accumulo/issues/618 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to