SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.9.6
Threshold is medium
Effort is default
Summary
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 10 | 4 | 0 | 1 |
Files
| Class | Bugs |
|---|---|
| io.wcm.caravan.jaxws.consumer.impl.CertificateLoader | 3 |
| io.wcm.caravan.jaxws.consumer.impl.JaxWsClientFactoryImpl | 1 |
io.wcm.caravan.jaxws.consumer.impl.CertificateLoader
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| This API (java/io/File.<init>(Ljava/lang/String;)V) reads a file whose location might be specified by user input | SECURITY | PATH_TRAVERSAL_IN | 231 | Medium |
| This API (java/io/File.<init>(Ljava/lang/String;)V) reads a file whose location might be specified by user input | SECURITY | PATH_TRAVERSAL_IN | 234 | Medium |
| This API (java/io/File.<init>(Ljava/lang/String;)V) reads a file whose location might be specified by user input | SECURITY | PATH_TRAVERSAL_IN | 212 | Medium |
io.wcm.caravan.jaxws.consumer.impl.JaxWsClientFactoryImpl
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Sequence of calls to java.util.concurrent.ConcurrentHashMap may not be atomic in io.wcm.caravan.jaxws.consumer.impl.JaxWsClientFactoryImpl.create(Class, String, JaxWsClientInitializer, String) | MT_CORRECTNESS | AT_OPERATION_SEQUENCE_ON_CONCURRENT_ABSTRACTION | 106 | Medium |