[
https://issues.apache.org/jira/browse/HADOOP-18101?focusedWorklogId=719608&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-719608
]
ASF GitHub Bot logged work on HADOOP-18101:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 02/Feb/22 19:42
Start Date: 02/Feb/22 19:42
Worklog Time Spent: 10m
Work Description: smengcl commented on a change in pull request #3951:
URL: https://github.com/apache/hadoop/pull/3951#discussion_r797953939
##########
File path: hadoop-project/pom.xml
##########
@@ -135,7 +135,7 @@
<hikari.version>4.0.3</hikari.version>
<mssql.version>6.2.1.jre7</mssql.version>
<okhttp.version>2.7.5</okhttp.version>
- <jdom.version>1.1</jdom.version>
+ <jdom.version>2.0.6.1</jdom.version>
Review comment:
nit
```suggestion
<jdom2.version>2.0.6.1</jdom2.version>
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 719608)
Time Spent: 0.5h (was: 20m)
> Remove jdom 2.0.6 dependency
> ----------------------------
>
> Key: HADOOP-18101
> URL: https://issues.apache.org/jira/browse/HADOOP-18101
> Project: Hadoop Common
> Issue Type: Bug
> Reporter: Aswin Shakil Balasubramanian
> Assignee: Aswin Shakil Balasubramanian
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The current aliyun-sdk-oss 3.13.0 is affected by
> [CVE-2021-33813|https://github.com/advisories/GHSA-2363-cqg2-863c] due to
> jdom 2.0.6. Version [3.13.1
> |https://github.com/aliyun/aliyun-oss-java-sdk/releases/tag/3.13.1]has fixed
> it.
> maven-shade-plugin is also affected by the CVE.
> {code:java}
> [INFO] +- org.apache.maven.plugins:maven-shade-plugin:jar:3.2.1:provided
> [INFO] | +-
> org.apache.maven.shared:maven-artifact-transfer:jar:0.10.0:provided
> [INFO] | +- org.jdom:jdom2:jar:2.0.6:provided
> ......
> [INFO] +- com.aliyun.oss:aliyun-sdk-oss:jar:3.13.1:compile
> [INFO] | +- org.jdom:jdom2:jar:2.0.6:compile
> {code}
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]