Description
- PeriodWorker.java:34, MS_SHOULD_BE_FINAL
MS: org.apache.ofbiz.common.period.PeriodWorker.module isn't final but should be
This static field public but not final, and could be changed by malicious code or by accident from another package. The field could be made final to avoid this vulnerability.