You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2021/04/27 08:08:28 UTC

[creadur-rat] branch master updated (7fc2846 -> 8b5f91a)

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

pottlinger pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git.


    from 7fc2846  RAT-274: Update to latest Ant 1.10.10
     new 6832d50  RAT-281: Update commons-io
     new 8b5f91a  RAT-281: Add changelog entry for Commons IO update

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:
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

[creadur-rat] 02/02: RAT-281: Add changelog entry for Commons IO update

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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit 8b5f91a784e5c505c2c52b2b1a2023c2b80cac7e
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Tue Apr 27 10:08:22 2021 +0200

    RAT-281: Add changelog entry for Commons IO update
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f1dc710..525a597 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,9 @@ The <action> type attribute can be add,update,fix,remove.
 
   <body>
     <release version="0.14-SNAPSHOT" date="2020-xx-xx" description="Current SNAPSHOT - to be done">
+      <action issue="RAT-281" type="fix" dev="pottlinger">
+        Update to latest Commons IO to fix CVE-2021-29425 (Moderate severity).
+      </action>
       <action issue="RAT-274" type="fix" dev="pottlinger">
         Update to latest Apache Ant 1.10.10.
       </action>

[creadur-rat] 01/02: RAT-281: Update commons-io

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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit 6832d50c30b25dd2a56264f6c0d78d0c79cb4674
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Tue Apr 27 10:03:49 2021 +0200

    RAT-281: Update commons-io
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 94a166e..0503e22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@ agnostic home for software distribution comprehension and audit tools.
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.5</version>
+        <version>2.8.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>