SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.0.4
Threshold is
Effort is default
Summary
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 24 | 4 | 0 | 0 |
Files
| Class | Bugs |
|---|---|
| org.apache.logging.log4j.flume.appender.FlumePersistentManager | 2 |
| org.apache.logging.log4j.flume.appender.FlumePersistentManager$WriterThread | 2 |
org.apache.logging.log4j.flume.appender.FlumePersistentManager
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| The cipher does not provide data integrity | SECURITY | CIPHER_INTEGRITY | 193 | High |
| The cipher uses ECB mode, which provides poor confidentiality for encrypted data | SECURITY | ECB_MODE | 193 | High |
org.apache.logging.log4j.flume.appender.FlumePersistentManager$WriterThread
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| The cipher does not provide data integrity | SECURITY | CIPHER_INTEGRITY | 793 | High |
| The cipher uses ECB mode, which provides poor confidentiality for encrypted data | SECURITY | ECB_MODE | 793 | High |


