Home / Vulnerability Database / Java : Logger not static final
Java
Java : Logger not static final
Classification
OWASP Top 10 2017
Overview
Classes inherited from Logger must be defined as static and final.
A good practice is to use a single logger object for all objects of that class during the whole period of the program.
LOW
DerScanner Severity Score
Do you want to fix Java : Logger not static final in your application?
See also
Java
Java : Race condition
Java
Java : Text4Shell Vulnerability
Java
