You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/08/27 22:42:12 UTC

[GitHub] milleruntime opened a new issue #618: Enable sec-bugs spotbugs plugin

milleruntime opened a new issue #618: Enable sec-bugs spotbugs plugin
URL: https://github.com/apache/accumulo/issues/618
 
 
   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/
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services