The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 68 | 2 | 0 | 0 |
| Class | Bugs |
|---|---|
| org.jasig.cas.adaptors.x509.authentication.principal.X509CertificateCredentials | 2 |
| Bug | Category | Details | Line |
|---|---|---|---|
| org.jasig.cas.adaptors.x509.authentication.principal.X509CertificateCredentials.getCertificates() may expose internal representation by returning X509CertificateCredentials.certificates | MALICIOUS_CODE | EI_EXPOSE_REP | 35 |
| org.jasig.cas.adaptors.x509.authentication.principal.X509CertificateCredentials.X509CertificateCredentials(X509Certificate[]) may expose internal representation by storing an externally mutable object into X509CertificateCredentials.certificates | MALICIOUS_CODE | EI_EXPOSE_REP2 | 31 |