SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.8.6
Threshold is medium
Effort is
Summary
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
4 | 2 | 0 | 2 |
Files
Class | Bugs |
---|---|
waffle.spring.boot.demo.SecurityConfig | 2 |
waffle.spring.boot.demo.SecurityConfig
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
new waffle.spring.boot.demo.SecurityConfig(NegotiateSecurityFilter, NegotiateSecurityFilterEntryPoint) may expose internal representation by storing an externally mutable object into SecurityConfig.entryPoint | MALICIOUS_CODE | EI_EXPOSE_REP2 | 57 | Medium |
new waffle.spring.boot.demo.SecurityConfig(NegotiateSecurityFilter, NegotiateSecurityFilterEntryPoint) may expose internal representation by storing an externally mutable object into SecurityConfig.filter | MALICIOUS_CODE | EI_EXPOSE_REP2 | 56 | Medium |