Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRILL-7910: Bumps commons-io from 2.4 to 2.7 #2205

Merged
merged 2 commits into from
Apr 27, 2021

Conversation

cgivre
Copy link
Contributor

@cgivre cgivre commented Apr 27, 2021

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

Copy link
Member

@luocooong luocooong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. Please squash all the commits.

@cgivre cgivre merged commit 8433983 into apache:master Apr 27, 2021
@cgivre cgivre deleted the update_commons_io branch April 27, 2021 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants