diff --git a/platform/util/src/org/apache/log4j/package-info.java b/platform/util/src/org/apache/log4j/package-info.java new file mode 100644 index 000000000000..895bad1cd4a9 --- /dev/null +++ b/platform/util/src/org/apache/log4j/package-info.java @@ -0,0 +1,11 @@ +// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +/** + * Log4j 1.2 contains security vulnerability (CVE-2019-17571) so + * it shouldn't be used. For code in IntelliJ plugins it's recommended to use {@link com.intellij.openapi.diagnostic.Logger IntelliJ Logging API} + * directly. + */ +@Deprecated +@ApiStatus.ScheduledForRemoval(inVersion = "2021.3") +package org.apache.log4j; + +import org.jetbrains.annotations.ApiStatus; \ No newline at end of file