Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is

Effort is max

Summary

Classes Bugs Errors Missing Classes
21 8 0 9

Files

Class Bugs
fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.CertificateDto 2
fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AttributeDto 2
fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AttributeStatusDto 2
fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.CertificateDto 2

fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.CertificateDto

Bug Category Details Line Priority
fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.CertificateDto.getCertificateExpirationDate() may expose internal representation by returning CertificateDto._dateCertificateExpirationDate MALICIOUS_CODE EI_EXPOSE_REP 122 Medium
fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.CertificateDto.setCertificateExpirationDate(Date) may expose internal representation by storing an externally mutable object into CertificateDto._dateCertificateExpirationDate MALICIOUS_CODE EI_EXPOSE_REP2 133 Medium

fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AttributeDto

Bug Category Details Line Priority
fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AttributeDto.getLastUpdateDate() may expose internal representation by returning AttributeDto._dateLastUpdate MALICIOUS_CODE EI_EXPOSE_REP 162 Medium
fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AttributeDto.setLastUpdateDate(Timestamp) may expose internal representation by storing an externally mutable object into AttributeDto._dateLastUpdate MALICIOUS_CODE EI_EXPOSE_REP2 171 Medium

fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AttributeStatusDto

Bug Category Details Line Priority
fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AttributeStatusDto.getNewCertificateExpirationDate() may expose internal representation by returning AttributeStatusDto._dateNewCertificateExpirationDate MALICIOUS_CODE EI_EXPOSE_REP 163 Medium
fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AttributeStatusDto.setNewCertificateExpirationDate(Date) may expose internal representation by storing an externally mutable object into AttributeStatusDto._dateNewCertificateExpirationDate MALICIOUS_CODE EI_EXPOSE_REP2 173 Medium

fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.CertificateDto

Bug Category Details Line Priority
fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.CertificateDto.getCertificateExpirationDate() may expose internal representation by returning CertificateDto._dateCertificateExpirationDate MALICIOUS_CODE EI_EXPOSE_REP 122 Medium
fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.CertificateDto.setCertificateExpirationDate(Date) may expose internal representation by storing an externally mutable object into CertificateDto._dateCertificateExpirationDate MALICIOUS_CODE EI_EXPOSE_REP2 133 Medium