The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.owasp.dependencycheck.analyzer.FalsePositiveAnalyzer | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Possible null pointer dereference of currentVersion on branch that might be infeasible in org.owasp.dependencycheck.analyzer.FalsePositiveAnalyzer.removeSpuriousCPE(Dependency) | STYLE | NP_NULL_ON_SOME_PATH_MIGHT_BE_INFEASIBLE | 188 | Medium |
| Possible null pointer dereference of nextVersion on branch that might be infeasible in org.owasp.dependencycheck.analyzer.FalsePositiveAnalyzer.removeSpuriousCPE(Dependency) | STYLE | NP_NULL_ON_SOME_PATH_MIGHT_BE_INFEASIBLE | 188 | Medium |