From 2e05579d876b10f5292b3a6ee537cbe0db0470ab Mon Sep 17 00:00:00 2001 From: Administrator <1525436766@qq.com> Date: 星期二, 14 十二月 2021 10:56:11 +0800 Subject: [PATCH] 升级log4j版本,修复开源包漏洞 --- /dev/null | 0 Rectifier_power_4MW/lib/log4j-api-2.15.0.jar | 0 Rectifier_power_4MW/.classpath | 40 ++++++++++++++++++++-------------------- Rectifier_power_4MW/lib/log4j-core-2.15.0.jar | 0 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Rectifier_power_4MW/.classpath b/Rectifier_power_4MW/.classpath index 7b18924..b1bfe68 100644 --- a/Rectifier_power_4MW/.classpath +++ b/Rectifier_power_4MW/.classpath @@ -1,20 +1,20 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> - <classpathentry kind="src" path="src"/> - <classpathentry kind="lib" path="lib/c3p0-0.9.5.jar"/> - <classpathentry kind="lib" path="lib/c3p0-oracle-thin-extras-0.9.5.jar"/> - <classpathentry kind="lib" path="lib/commons-codec-1.9.jar"/> - <classpathentry kind="lib" path="lib/commons-lang3-3.11.jar"/> - <classpathentry kind="lib" path="lib/commons-logging-1.1.3.jar"/> - <classpathentry kind="lib" path="lib/commons-net-3.6.jar"/> - <classpathentry kind="lib" path="lib/dom4j-1.6.1.jar"/> - <classpathentry kind="lib" path="lib/jakarta-oro-2.0.8.jar"/> - <classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/> - <classpathentry kind="lib" path="lib/log4j-api-2.13.3.jar"/> - <classpathentry kind="lib" path="lib/log4j-core-2.13.3.jar"/> - <classpathentry kind="lib" path="lib/mchange-commons-java-0.2.9.jar"/> - <classpathentry kind="lib" path="lib/modbus4j-3.0.4-SNAPSHOT.jar"/> - <classpathentry kind="lib" path="lib/mysql-connector-java-5.1.30-bin.jar"/> - <classpathentry kind="output" path="bin"/> -</classpath> +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> + <classpathentry kind="src" path="src"/> + <classpathentry kind="lib" path="lib/c3p0-0.9.5.jar"/> + <classpathentry kind="lib" path="lib/c3p0-oracle-thin-extras-0.9.5.jar"/> + <classpathentry kind="lib" path="lib/commons-codec-1.9.jar"/> + <classpathentry kind="lib" path="lib/commons-lang3-3.11.jar"/> + <classpathentry kind="lib" path="lib/commons-logging-1.1.3.jar"/> + <classpathentry kind="lib" path="lib/commons-net-3.6.jar"/> + <classpathentry kind="lib" path="lib/dom4j-1.6.1.jar"/> + <classpathentry kind="lib" path="lib/jakarta-oro-2.0.8.jar"/> + <classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/> + <classpathentry kind="lib" path="lib/mchange-commons-java-0.2.9.jar"/> + <classpathentry kind="lib" path="lib/modbus4j-3.0.4-SNAPSHOT.jar"/> + <classpathentry kind="lib" path="lib/mysql-connector-java-5.1.30-bin.jar"/> + <classpathentry kind="lib" path="lib/log4j-api-2.15.0.jar"/> + <classpathentry kind="lib" path="lib/log4j-core-2.15.0.jar"/> + <classpathentry kind="output" path="bin"/> +</classpath> diff --git a/Rectifier_power_4MW/lib/log4j-api-2.13.3.jar b/Rectifier_power_4MW/lib/log4j-api-2.13.3.jar deleted file mode 100644 index 95e665d..0000000 --- a/Rectifier_power_4MW/lib/log4j-api-2.13.3.jar +++ /dev/null Binary files differ diff --git a/Rectifier_power_4MW/lib/log4j-api-2.15.0.jar b/Rectifier_power_4MW/lib/log4j-api-2.15.0.jar new file mode 100644 index 0000000..a662571 --- /dev/null +++ b/Rectifier_power_4MW/lib/log4j-api-2.15.0.jar Binary files differ diff --git a/Rectifier_power_4MW/lib/log4j-core-2.13.3.jar b/Rectifier_power_4MW/lib/log4j-core-2.13.3.jar deleted file mode 100644 index 973fa7b..0000000 --- a/Rectifier_power_4MW/lib/log4j-core-2.13.3.jar +++ /dev/null Binary files differ diff --git a/Rectifier_power_4MW/lib/log4j-core-2.15.0.jar b/Rectifier_power_4MW/lib/log4j-core-2.15.0.jar new file mode 100644 index 0000000..f7e14b8 --- /dev/null +++ b/Rectifier_power_4MW/lib/log4j-core-2.15.0.jar Binary files differ -- Gitblit v1.9.1