SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.9.4
Threshold is medium
Effort is max
Summary
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
4 | 2 | 0 | 0 |
Files
Class | Bugs |
---|---|
org.forgerock.selfservice.json.JsonAnonymousProcessServiceBuilder | 2 |
org.forgerock.selfservice.json.JsonAnonymousProcessServiceBuilder
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.forgerock.selfservice.json.JsonAnonymousProcessServiceBuilder.withJsonConfig(JsonValue) may expose internal representation by storing an externally mutable object into JsonAnonymousProcessServiceBuilder.jsonConfig | MALICIOUS_CODE | EI_EXPOSE_REP2 | 87 | Medium |
org.forgerock.selfservice.json.JsonAnonymousProcessServiceBuilder.withProcessStore(ProcessStore) may expose internal representation by storing an externally mutable object into JsonAnonymousProcessServiceBuilder.processStore | MALICIOUS_CODE | EI_EXPOSE_REP2 | 120 | Medium |