FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
15300

org.apache.maven.shared.jarsigner.AbstractJarSignerRequest

BugCategoryDetailsLinePriority
La méthode org.apache.maven.shared.jarsigner.AbstractJarSignerRequest.getArguments() risque d'exposer sa représentation interne en renvoyant org.apache.maven.shared.jarsigner.AbstractJarSignerRequest.argumentsMALICIOUS_CODEEI_EXPOSE_REP84Medium
La méthode org.apache.maven.shared.jarsigner.AbstractJarSignerRequest.setArguments(String[]) risque d'exposer sa représentation interne en stockant un objet externe modifiable dans org.apache.maven.shared.jarsigner.AbstractJarSignerRequest.argumentsMALICIOUS_CODEEI_EXPOSE_REP2119Medium

org.apache.maven.shared.jarsigner.JarSignerUtil

BugCategoryDetailsLinePriority
La méthode org.apache.maven.shared.jarsigner.JarSignerUtil.isZipFile(File) intercepte Exception, mais Exception n'est pas lancé dans le bloc try/catch et RuntimeException n'est pas appeléSTYLEREC_CATCH_EXCEPTION71Medium