SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.9.3
Threshold is medium
Effort is default
Summary
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
13 | 5 | 0 | 0 |
Files
Class | Bugs |
---|---|
org.owasp.dependencycheck.taskdefs.Check | 4 |
org.slf4j.impl.StaticLoggerBinder | 1 |
org.owasp.dependencycheck.taskdefs.Check
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Shared primitive variable "failBuildOnCVSS" in one thread may not yield the value of the most recent write from another thread | MT_CORRECTNESS | AT_STALE_THREAD_WRITE_OF_PRIMITIVE | 590 | Medium |
Shared primitive variable "failBuildOnUnusedSuppressionRule" in one thread may not yield the value of the most recent write from another thread | MT_CORRECTNESS | AT_STALE_THREAD_WRITE_OF_PRIMITIVE | 1323 | Medium |
Shared primitive variable "junitFailOnCVSS" in one thread may not yield the value of the most recent write from another thread | MT_CORRECTNESS | AT_STALE_THREAD_WRITE_OF_PRIMITIVE | 599 | Medium |
Shared primitive variable "showSummary" in one thread may not yield the value of the most recent write from another thread | MT_CORRECTNESS | AT_STALE_THREAD_WRITE_OF_PRIMITIVE | 693 | Medium |
org.slf4j.impl.StaticLoggerBinder
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Public static org.slf4j.impl.StaticLoggerBinder.getSingleton() may expose internal representation by returning StaticLoggerBinder.SINGLETON | MALICIOUS_CODE | MS_EXPOSE_REP | 76 | Medium |