The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| waffle.shiro.negotiate.NegotiateToken | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| new waffle.shiro.negotiate.NegotiateToken(byte[], byte[], String, String, boolean, boolean, String) may expose internal representation by storing an externally mutable object into NegotiateToken.in | MALICIOUS_CODE | EI_EXPOSE_REP2 | 91 | Medium |
| new waffle.shiro.negotiate.NegotiateToken(byte[], byte[], String, String, boolean, boolean, String) may expose internal representation by storing an externally mutable object into NegotiateToken.out | MALICIOUS_CODE | EI_EXPOSE_REP2 | 92 | Medium |