The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.course.dto.CourseInfo.getEffectiveDate() may expose internal representation by returning CourseInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 552 | Medium |
org.kuali.student.lum.course.dto.CourseInfo.getExpirationDate() may expose internal representation by returning CourseInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 563 | Medium |
org.kuali.student.lum.course.dto.CourseInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into CourseInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 556 | Medium |
org.kuali.student.lum.course.dto.CourseInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into CourseInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 567 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.course.service.jaxws.SetCurrentCourseVersion.getCurrentVersionStart() may expose internal representation by returning SetCurrentCourseVersion.currentVersionStart | MALICIOUS_CODE | EI_EXPOSE_REP | 36 | Medium |
org.kuali.student.lum.course.service.jaxws.SetCurrentCourseVersion.setCurrentVersionStart(Date) may expose internal representation by storing an externally mutable object into SetCurrentCourseVersion.currentVersionStart | MALICIOUS_CODE | EI_EXPOSE_REP2 | 40 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lo.dto.LoCategoryInfo.getEffectiveDate() may expose internal representation by returning LoCategoryInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 118 | Medium |
org.kuali.student.lum.lo.dto.LoCategoryInfo.getExpirationDate() may expose internal representation by returning LoCategoryInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 129 | Medium |
org.kuali.student.lum.lo.dto.LoCategoryInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LoCategoryInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 122 | Medium |
org.kuali.student.lum.lo.dto.LoCategoryInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LoCategoryInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 133 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lo.dto.LoCategoryTypeInfo.getEffectiveDate() may expose internal representation by returning LoCategoryTypeInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 92 | Medium |
org.kuali.student.lum.lo.dto.LoCategoryTypeInfo.getExpirationDate() may expose internal representation by returning LoCategoryTypeInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 103 | Medium |
org.kuali.student.lum.lo.dto.LoCategoryTypeInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LoCategoryTypeInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 96 | Medium |
org.kuali.student.lum.lo.dto.LoCategoryTypeInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LoCategoryTypeInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 107 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lo.dto.LoInfo.getEffectiveDate() may expose internal representation by returning LoInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 118 | Medium |
org.kuali.student.lum.lo.dto.LoInfo.getExpirationDate() may expose internal representation by returning LoInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 129 | Medium |
org.kuali.student.lum.lo.dto.LoInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LoInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 122 | Medium |
org.kuali.student.lum.lo.dto.LoInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LoInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 133 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lo.dto.LoLoRelationInfo.getEffectiveDate() may expose internal representation by returning LoLoRelationInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 100 | Medium |
org.kuali.student.lum.lo.dto.LoLoRelationInfo.getExpirationDate() may expose internal representation by returning LoLoRelationInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 111 | Medium |
org.kuali.student.lum.lo.dto.LoLoRelationInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LoLoRelationInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 104 | Medium |
org.kuali.student.lum.lo.dto.LoLoRelationInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LoLoRelationInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 115 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lo.dto.LoLoRelationTypeInfo.getEffectiveDate() may expose internal representation by returning LoLoRelationTypeInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 120 | Medium |
org.kuali.student.lum.lo.dto.LoLoRelationTypeInfo.getExpirationDate() may expose internal representation by returning LoLoRelationTypeInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 131 | Medium |
org.kuali.student.lum.lo.dto.LoLoRelationTypeInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LoLoRelationTypeInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 124 | Medium |
org.kuali.student.lum.lo.dto.LoLoRelationTypeInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LoLoRelationTypeInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 135 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lo.dto.LoRepositoryInfo.getEffectiveDate() may expose internal representation by returning LoRepositoryInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 111 | Medium |
org.kuali.student.lum.lo.dto.LoRepositoryInfo.getExpirationDate() may expose internal representation by returning LoRepositoryInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 122 | Medium |
org.kuali.student.lum.lo.dto.LoRepositoryInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LoRepositoryInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 115 | Medium |
org.kuali.student.lum.lo.dto.LoRepositoryInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LoRepositoryInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 126 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lo.dto.LoTypeInfo.getEffectiveDate() may expose internal representation by returning LoTypeInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 92 | Medium |
org.kuali.student.lum.lo.dto.LoTypeInfo.getExpirationDate() may expose internal representation by returning LoTypeInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 103 | Medium |
org.kuali.student.lum.lo.dto.LoTypeInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LoTypeInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 96 | Medium |
org.kuali.student.lum.lo.dto.LoTypeInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LoTypeInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 107 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lrc.dto.CredentialInfo.getEffectiveDate() may expose internal representation by returning CredentialInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 110 | Medium |
org.kuali.student.lum.lrc.dto.CredentialInfo.getExpirationDate() may expose internal representation by returning CredentialInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 121 | Medium |
org.kuali.student.lum.lrc.dto.CredentialInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into CredentialInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 114 | Medium |
org.kuali.student.lum.lrc.dto.CredentialInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into CredentialInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 125 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lrc.dto.CredentialTypeInfo.getEffectiveDate() may expose internal representation by returning CredentialTypeInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 92 | Medium |
org.kuali.student.lum.lrc.dto.CredentialTypeInfo.getExpirationDate() may expose internal representation by returning CredentialTypeInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 103 | Medium |
org.kuali.student.lum.lrc.dto.CredentialTypeInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into CredentialTypeInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 96 | Medium |
org.kuali.student.lum.lrc.dto.CredentialTypeInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into CredentialTypeInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 107 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lrc.dto.CreditInfo.getEffectiveDate() may expose internal representation by returning CreditInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 110 | Medium |
org.kuali.student.lum.lrc.dto.CreditInfo.getExpirationDate() may expose internal representation by returning CreditInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 121 | Medium |
org.kuali.student.lum.lrc.dto.CreditInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into CreditInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 114 | Medium |
org.kuali.student.lum.lrc.dto.CreditInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into CreditInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 125 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lrc.dto.CreditTypeInfo.getEffectiveDate() may expose internal representation by returning CreditTypeInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 92 | Medium |
org.kuali.student.lum.lrc.dto.CreditTypeInfo.getExpirationDate() may expose internal representation by returning CreditTypeInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 103 | Medium |
org.kuali.student.lum.lrc.dto.CreditTypeInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into CreditTypeInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 96 | Medium |
org.kuali.student.lum.lrc.dto.CreditTypeInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into CreditTypeInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 107 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lrc.dto.GradeInfo.getEffectiveDate() may expose internal representation by returning GradeInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 123 | Medium |
org.kuali.student.lum.lrc.dto.GradeInfo.getExpirationDate() may expose internal representation by returning GradeInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 134 | Medium |
org.kuali.student.lum.lrc.dto.GradeInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into GradeInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 127 | Medium |
org.kuali.student.lum.lrc.dto.GradeInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into GradeInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 138 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lrc.dto.GradeTypeInfo.getEffectiveDate() may expose internal representation by returning GradeTypeInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 92 | Medium |
org.kuali.student.lum.lrc.dto.GradeTypeInfo.getExpirationDate() may expose internal representation by returning GradeTypeInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 103 | Medium |
org.kuali.student.lum.lrc.dto.GradeTypeInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into GradeTypeInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 96 | Medium |
org.kuali.student.lum.lrc.dto.GradeTypeInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into GradeTypeInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 107 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lrc.dto.ResultComponentInfo.getEffectiveDate() may expose internal representation by returning ResultComponentInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 123 | Medium |
org.kuali.student.lum.lrc.dto.ResultComponentInfo.getExpirationDate() may expose internal representation by returning ResultComponentInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 134 | Medium |
org.kuali.student.lum.lrc.dto.ResultComponentInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into ResultComponentInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 127 | Medium |
org.kuali.student.lum.lrc.dto.ResultComponentInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into ResultComponentInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 138 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lrc.dto.ResultComponentTypeInfo.getEffectiveDate() may expose internal representation by returning ResultComponentTypeInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 92 | Medium |
org.kuali.student.lum.lrc.dto.ResultComponentTypeInfo.getExpirationDate() may expose internal representation by returning ResultComponentTypeInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 103 | Medium |
org.kuali.student.lum.lrc.dto.ResultComponentTypeInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into ResultComponentTypeInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 96 | Medium |
org.kuali.student.lum.lrc.dto.ResultComponentTypeInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into ResultComponentTypeInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 107 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lrc.dto.ScaleInfo.getEffectiveDate() may expose internal representation by returning ScaleInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 93 | Medium |
org.kuali.student.lum.lrc.dto.ScaleInfo.getExpirationDate() may expose internal representation by returning ScaleInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 104 | Medium |
org.kuali.student.lum.lrc.dto.ScaleInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into ScaleInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 97 | Medium |
org.kuali.student.lum.lrc.dto.ScaleInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into ScaleInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 108 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lu.dto.AccreditationInfo.getEffectiveDate() may expose internal representation by returning AccreditationInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 69 | Medium |
org.kuali.student.lum.lu.dto.AccreditationInfo.getExpirationDate() may expose internal representation by returning AccreditationInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 80 | Medium |
org.kuali.student.lum.lu.dto.AccreditationInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into AccreditationInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 73 | Medium |
org.kuali.student.lum.lu.dto.AccreditationInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into AccreditationInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 84 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lu.dto.AffiliatedOrgInfo.getEffectiveDate() may expose internal representation by returning AffiliatedOrgInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 70 | Medium |
org.kuali.student.lum.lu.dto.AffiliatedOrgInfo.getExpirationDate() may expose internal representation by returning AffiliatedOrgInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 81 | Medium |
org.kuali.student.lum.lu.dto.AffiliatedOrgInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into AffiliatedOrgInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 74 | Medium |
org.kuali.student.lum.lu.dto.AffiliatedOrgInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into AffiliatedOrgInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 85 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lu.dto.CluCluRelationInfo.getEffectiveDate() may expose internal representation by returning CluCluRelationInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 111 | Medium |
org.kuali.student.lum.lu.dto.CluCluRelationInfo.getExpirationDate() may expose internal representation by returning CluCluRelationInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 122 | Medium |
org.kuali.student.lum.lu.dto.CluCluRelationInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into CluCluRelationInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 115 | Medium |
org.kuali.student.lum.lu.dto.CluCluRelationInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into CluCluRelationInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 126 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lu.dto.CluInfo.getEffectiveDate() may expose internal representation by returning CluInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 269 | Medium |
org.kuali.student.lum.lu.dto.CluInfo.getExpirationDate() may expose internal representation by returning CluInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 280 | Medium |
org.kuali.student.lum.lu.dto.CluInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into CluInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 273 | Medium |
org.kuali.student.lum.lu.dto.CluInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into CluInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 284 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lu.dto.CluLoRelationInfo.getEffectiveDate() may expose internal representation by returning CluLoRelationInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 103 | Medium |
org.kuali.student.lum.lu.dto.CluLoRelationInfo.getExpirationDate() may expose internal representation by returning CluLoRelationInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 114 | Medium |
org.kuali.student.lum.lu.dto.CluLoRelationInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into CluLoRelationInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 107 | Medium |
org.kuali.student.lum.lu.dto.CluLoRelationInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into CluLoRelationInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 118 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lu.dto.CluPublicationInfo.getEffectiveDate() may expose internal representation by returning CluPublicationInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 136 | Medium |
org.kuali.student.lum.lu.dto.CluPublicationInfo.getExpirationDate() may expose internal representation by returning CluPublicationInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 147 | Medium |
org.kuali.student.lum.lu.dto.CluPublicationInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into CluPublicationInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 140 | Medium |
org.kuali.student.lum.lu.dto.CluPublicationInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into CluPublicationInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 151 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lu.dto.CluResultInfo.getEffectiveDate() may expose internal representation by returning CluResultInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 114 | Medium |
org.kuali.student.lum.lu.dto.CluResultInfo.getExpirationDate() may expose internal representation by returning CluResultInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 125 | Medium |
org.kuali.student.lum.lu.dto.CluResultInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into CluResultInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 118 | Medium |
org.kuali.student.lum.lu.dto.CluResultInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into CluResultInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 129 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lu.dto.CluSetInfo.getEffectiveDate() may expose internal representation by returning CluSetInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 117 | Medium |
org.kuali.student.lum.lu.dto.CluSetInfo.getExpirationDate() may expose internal representation by returning CluSetInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 128 | Medium |
org.kuali.student.lum.lu.dto.CluSetInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into CluSetInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 121 | Medium |
org.kuali.student.lum.lu.dto.CluSetInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into CluSetInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 132 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lu.dto.CluSetTreeViewInfo.getEffectiveDate() may expose internal representation by returning CluSetTreeViewInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 114 | Medium |
org.kuali.student.lum.lu.dto.CluSetTreeViewInfo.getExpirationDate() may expose internal representation by returning CluSetTreeViewInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 125 | Medium |
org.kuali.student.lum.lu.dto.CluSetTreeViewInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into CluSetTreeViewInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 118 | Medium |
org.kuali.student.lum.lu.dto.CluSetTreeViewInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into CluSetTreeViewInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 129 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lu.dto.LuDocRelationInfo.getEffectiveDate() may expose internal representation by returning LuDocRelationInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 126 | Medium |
org.kuali.student.lum.lu.dto.LuDocRelationInfo.getExpirationDate() may expose internal representation by returning LuDocRelationInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 137 | Medium |
org.kuali.student.lum.lu.dto.LuDocRelationInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LuDocRelationInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 130 | Medium |
org.kuali.student.lum.lu.dto.LuDocRelationInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LuDocRelationInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 141 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lu.dto.LuDocRelationTypeInfo.getEffectiveDate() may expose internal representation by returning LuDocRelationTypeInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 86 | Medium |
org.kuali.student.lum.lu.dto.LuDocRelationTypeInfo.getExpirationDate() may expose internal representation by returning LuDocRelationTypeInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 97 | Medium |
org.kuali.student.lum.lu.dto.LuDocRelationTypeInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LuDocRelationTypeInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 90 | Medium |
org.kuali.student.lum.lu.dto.LuDocRelationTypeInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LuDocRelationTypeInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 101 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lu.dto.LuiInfo.getEffectiveDate() may expose internal representation by returning LuiInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 122 | Medium |
org.kuali.student.lum.lu.dto.LuiInfo.getExpirationDate() may expose internal representation by returning LuiInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 133 | Medium |
org.kuali.student.lum.lu.dto.LuiInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LuiInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 126 | Medium |
org.kuali.student.lum.lu.dto.LuiInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LuiInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 137 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lu.dto.LuiLuiRelationInfo.getEffectiveDate() may expose internal representation by returning LuiLuiRelationInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 97 | Medium |
org.kuali.student.lum.lu.dto.LuiLuiRelationInfo.getExpirationDate() may expose internal representation by returning LuiLuiRelationInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 108 | Medium |
org.kuali.student.lum.lu.dto.LuiLuiRelationInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LuiLuiRelationInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 101 | Medium |
org.kuali.student.lum.lu.dto.LuiLuiRelationInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LuiLuiRelationInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 112 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.lu.dto.ResultOptionInfo.getEffectiveDate() may expose internal representation by returning ResultOptionInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 105 | Medium |
org.kuali.student.lum.lu.dto.ResultOptionInfo.getExpirationDate() may expose internal representation by returning ResultOptionInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 116 | Medium |
org.kuali.student.lum.lu.dto.ResultOptionInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into ResultOptionInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 109 | Medium |
org.kuali.student.lum.lu.dto.ResultOptionInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into ResultOptionInfo.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 120 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.program.dto.MajorDisciplineInfo.getEffectiveDate() may expose internal representation by returning MajorDisciplineInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 367 | Medium |
org.kuali.student.lum.program.dto.MajorDisciplineInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into MajorDisciplineInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 371 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.lum.program.dto.ProgramVariationInfo.getEffectiveDate() may expose internal representation by returning ProgramVariationInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 327 | Medium |
org.kuali.student.lum.program.dto.ProgramVariationInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into ProgramVariationInfo.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 331 | Medium |