Skip to content

Commit

Permalink
v5.3.4 Vulnerability issues for 3rd party libraries fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad.nouri committed Oct 6, 2023
1 parent ad6fc5a commit 3acc43e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 8 deletions.
6 changes: 5 additions & 1 deletion com.ibm.streamsx.hdfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changes
=======

## v5.3.4:
* fix Vulnerabilities CVE-2022-42889, CVE-2022-25168 and CVE-2021-33036
hadoop jar libraries upgraded to version 3.3.6

## v5.3.3:
* [#133}fix Vulnerabilities in 3rd party jar libraries)
* fix Vulnerabilities in 3rd party jar libraries

## v5.3.2:
* [#133](https://github.com/IBMStreams/streamsx.hdfs/issues/140) slf4j jars updated (fix the log4j issue)
Expand Down
9 changes: 8 additions & 1 deletion com.ibm.streamsx.hdfs/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,16 @@ The 'tempFile' parameter specifies the name of the file that the operator writes

* pom.xml updated to use the latest apache libraries

++ What is new in version 5.3.4

* The Vulnerability issues for 3rd party libraries have been fixed
* hadoop libraries upgraded to version 3.3.6
* commons-cli upgraded to 1.5.0
* commons-codecs upgraded to 1.16.1


</description>
<version>5.3.3</version>
<version>5.3.4</version>
<requiredProductVersion>4.2.0.0</requiredProductVersion>
</identity>
<dependencies/>
Expand Down
28 changes: 22 additions & 6 deletions com.ibm.streamsx.hdfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>com.ibm.streamsx.hdfs</groupId>
<artifactId>streamsx.hdfs</artifactId>
<packaging>jar</packaging>
<version>5.3.3</version>
<version>5.3.4</version>
<name>com.ibm.streamsx.hdfs</name>
<repositories>
<repository>
Expand Down Expand Up @@ -135,7 +135,7 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-annotations</artifactId>
<version>3.3.0</version>
<version>3.3.6</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand All @@ -147,7 +147,7 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-auth</artifactId>
<version>3.3.0</version>
<version>3.3.6</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand All @@ -159,7 +159,7 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>3.3.0</version>
<version>3.3.6</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand All @@ -171,7 +171,7 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs</artifactId>
<version>3.3.0</version>
<version>3.3.6</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand All @@ -183,7 +183,7 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs-client</artifactId>
<version>3.3.0</version>
<version>3.3.6</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand All @@ -192,6 +192,22 @@
</exclusions>
</dependency>


<dependency>
<groupId>org.apache.hadoop.thirdparty</groupId>
<artifactId>hadoop-shaded-guava</artifactId>
<version>1.1.1</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>




<dependency>
<groupId>org.apache.htrace</groupId>
<artifactId>htrace-core4</artifactId>
Expand Down

0 comments on commit 3acc43e

Please sign in to comment.