FindBugs Bug Detector Report
The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Summary
| Classes |
Bugs |
Errors |
Missing Classes |
| 132 |
7 |
0 |
0 |
org.owasp.dependencycheck.analyzer.ArchiveAnalyzer
| Bug |
Category |
Details |
Line |
Priority |
| Possible null pointer dereference in org.owasp.dependencycheck.analyzer.ArchiveAnalyzer.close() due to return value of called method |
STYLE |
NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE |
198 |
Medium |
org.owasp.dependencycheck.analyzer.AssemblyAnalyzer
| Bug |
Category |
Details |
Line |
Priority |
| org.owasp.dependencycheck.analyzer.AssemblyAnalyzer.initializeFileTypeAnalyzer() discards result of readLine after checking if it is non-null |
STYLE |
RV_DONT_JUST_NULL_CHECK_READLINE |
242 |
Medium |
org.owasp.dependencycheck.analyzer.CMakeAnalyzer
| Bug |
Category |
Details |
Line |
Priority |
| Found reliance on default encoding in org.owasp.dependencycheck.analyzer.CMakeAnalyzer.analyzeSetVersionCommand(Dependency, Engine, String): String.getBytes() |
I18N |
DM_DEFAULT_ENCODING |
199 |
High |
org.owasp.dependencycheck.analyzer.FalsePositiveAnalyzer
| 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 |
org.owasp.dependencycheck.analyzer.PythonPackageAnalyzer
| Bug |
Category |
Details |
Line |
Priority |
| Possible null pointer dereference in org.owasp.dependencycheck.analyzer.PythonPackageAnalyzer.analyzeFileType(Dependency, Engine) due to return value of called method |
STYLE |
NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE |
178 |
Medium |
org.owasp.dependencycheck.data.nvdcve.DriverLoader
| Bug |
Category |
Details |
Line |
Priority |
| Possible null pointer dereference in org.owasp.dependencycheck.data.nvdcve.DriverLoader.load(String, String) due to return value of called method |
STYLE |
NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE |
87 |
Medium |