The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.owasp.dependencycheck.analyzer.FalsePositiveAnalyzer | 2 |
| org.owasp.dependencycheck.analyzer.JavaScriptAnalyzer | 1 |
| org.owasp.dependencycheck.utils.Downloader | 1 |
| 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 | 162 | 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 | 162 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Dead store to extractComments in org.owasp.dependencycheck.analyzer.JavaScriptAnalyzer.analyze(Dependency, Engine) | STYLE | DLS_DEAD_LOCAL_STORE | 99 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Redundant nullcheck of conn which is known to be null in org.owasp.dependencycheck.utils.Downloader.getConnection(URL) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE | 222 | Medium |