You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2021/04/27 01:40:55 UTC

[GitHub] [drill] cgivre opened a new pull request #2205: DRILL-7910: Bumps commons-io from 2.4 to 2.7

cgivre opened a new pull request #2205:
URL: https://github.com/apache/drill/pull/2205


   # [DRILL-7910](https://issues.apache.org/jira/browse/DRILL-7910): Bumps commons-io from 2.4 to 2.7
   
   ## Description
   This fix addresses CVE-2021-29425.
   
   In Apache Commons IO before 2.7, When invoking the method FileNameUtils.normalize with an improper input string, like `"//../foo"`, or `"\..\foo"`, the result would be the same value, thus possibly providing access to files in the parent directory, but not further above (thus "limited" path traversal), if the calling code would use the result to construct a path value.
   Simple solution is to update the library.
   
   ## Documentation
   N/A
   
   ## Testing


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] cgivre merged pull request #2205: DRILL-7910: Bumps commons-io from 2.4 to 2.7

Posted by GitBox <gi...@apache.org>.
cgivre merged pull request #2205:
URL: https://github.com/apache/drill/pull/2205


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org