Skip to content

Commit

Permalink
Mark Log4j 2.15 as vulnerable
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacomet committed Dec 16, 2021
1 parent 7f38017 commit 4565a70
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,6 +22,6 @@
*/
public class Log4jBannedVersion {
public static final String LOG4J2_CORE_COORDINATES = "org.apache.logging.log4j:log4j-core";
public static final String LOG4J2_CORE_VULNERABLE_VERSION_RANGE = "[2.0, 2.15[";
public static final String LOG4J2_CORE_VULNERABLE_VERSION_RANGE = "[2.0, 2.16)";
public static final String LOG4J2_CORE_REQUIRED_VERSION = "2.16.0";
}

0 comments on commit 4565a70

Please sign in to comment.