You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2023/10/05 20:28:22 UTC

[logging-log4j2] branch release/2.21.0 updated (dc940216b4 -> 8a30a00d3a)

This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a change to branch release/2.21.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


    from dc940216b4 Document dependency upgrades for 2.21.0
     new f83b2a5b4f Add Osv scanner exclusions
     new 8a30a00d3a Bump Commons Compress to version 1.24.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../resources/L7D_fr.properties => osv-scanner.toml   | 19 +++++++++++++++----
 pom.xml                                               |  2 +-
 .../.2.x.x/update-1runtime-commons-compress.xml       |  2 +-
 3 files changed, 17 insertions(+), 6 deletions(-)
 copy log4j-1.2-api/src/test/resources/L7D_fr.properties => osv-scanner.toml (56%)


[logging-log4j2] 02/02: Bump Commons Compress to version 1.24.0

Posted by pk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch release/2.21.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 8a30a00d3a7f27c26b0bf10a355b05a3ca0f4a95
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Thu Oct 5 22:27:46 2023 +0200

    Bump Commons Compress to version 1.24.0
---
 pom.xml                                                   | 2 +-
 src/changelog/.2.x.x/update-1runtime-commons-compress.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index de9a2eb9f8..d7e466d46c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -370,7 +370,7 @@
     <cassandra.version>3.11.16</cassandra.version>
     <cassandra-driver.version>3.11.5</cassandra-driver.version>
     <commons-codec.version>1.15</commons-codec.version>
-    <commons-compress.version>1.23.0</commons-compress.version>
+    <commons-compress.version>1.24.0</commons-compress.version>
     <commons-csv.version>1.10.0</commons-csv.version>
     <commons-dbcp2.version>2.9.0</commons-dbcp2.version>
     <commons-io.version>2.11.0</commons-io.version>
diff --git a/src/changelog/.2.x.x/update-1runtime-commons-compress.xml b/src/changelog/.2.x.x/update-1runtime-commons-compress.xml
index 8545e47e45..a93e19cbb2 100644
--- a/src/changelog/.2.x.x/update-1runtime-commons-compress.xml
+++ b/src/changelog/.2.x.x/update-1runtime-commons-compress.xml
@@ -22,6 +22,6 @@
   <issue id="1591" link="https://github.com/apache/logging-log4j2/issues/1591"/>
   <author id="github:dependabot"/>
   <description format="asciidoc">
-    Runtime dependencies: update Apache Commons Compress from version 1.22 to version link:https://commons.apache.org/proper/commons-compress/changes-report.html#a1.23.0[1.23.0].
+    Runtime dependencies: update Apache Commons Compress from version 1.22 to version link:https://commons.apache.org/proper/commons-compress/changes-report.html#a1.24.0[1.24.0].
   </description>
 </entry>


[logging-log4j2] 01/02: Add Osv scanner exclusions

Posted by pk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch release/2.21.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit f83b2a5b4f9fcdca460020d2493d06d4e1c64db2
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Thu Oct 5 22:23:46 2023 +0200

    Add Osv scanner exclusions
---
 osv-scanner.toml | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/osv-scanner.toml b/osv-scanner.toml
new file mode 100644
index 0000000000..18fd0d5f67
--- /dev/null
+++ b/osv-scanner.toml
@@ -0,0 +1,31 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to you under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+[[IgnoredVulns]]
+id = "GHSA-2qrg-x229-3v8q"
+reason = "log4j:log4j is a test dependency used in performance comparisons"
+[[IgnoredVulns]]
+id = "GHSA-65fg-84f6-3jq3"
+reason = "log4j:log4j is a test dependency used in performance comparisons"
+[[IgnoredVulns]]
+id = "GHSA-f7vh-qwp3-x37m"
+reason = "log4j:log4j is a test dependency used in performance comparisons"
+[[IgnoredVulns]]
+id = "GHSA-fp5r-v3w9-4333"
+reason = "log4j:log4j is a test dependency used in performance comparisons"
+[[IgnoredVulns]]
+id = "GHSA-w9p3-5cr8-m3jj"
+reason = "log4j:log4j is a test dependency used in performance comparisons"