Skip to content

Commit 135f60e

Browse files
authored
Merge pull request #5 from fengshuaihu/develop
update
2 parents 6d17fc1 + c8e76ec commit 135f60e

File tree

2 files changed

+28
-0
lines changed
  • Utils/azure-toolkit-ide-hdinsight-libs

2 files changed

+28
-0
lines changed

Utils/azure-toolkit-ide-hdinsight-libs/hdinsight-node-common/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,22 @@
226226
<groupId>org.xerial.snappy</groupId>
227227
<artifactId>snappy-java</artifactId>
228228
</exclusion>
229+
<exclusion>
230+
<groupId>org.apache.zookeeper</groupId>
231+
<artifactId>zookeeper</artifactId>
232+
</exclusion>
229233
</exclusions>
230234
</dependency>
231235
<dependency><!-- hadoop-common 3.3.3 CVE-2023-34455 -->
232236
<groupId>org.xerial.snappy</groupId>
233237
<artifactId>snappy-java</artifactId>
234238
</dependency>
239+
<dependency><!-- hadoop-common 3.3.3 CVE-2023-44981 -->
240+
<groupId>org.apache.zookeeper</groupId>
241+
<artifactId>zookeeper</artifactId>
242+
<scope>provided</scope>
243+
<version>3.7.2</version>
244+
</dependency>
235245
<dependency>
236246
<groupId>com.microsoft.azure</groupId>
237247
<artifactId>azure-client-runtime</artifactId>

Utils/azure-toolkit-ide-hdinsight-libs/spark-localrun-mock/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,22 @@
223223
<groupId>org.xerial.snappy</groupId>
224224
<artifactId>snappy-java</artifactId>
225225
</exclusion>
226+
<exclusion>
227+
<groupId>org.apache.zookeeper</groupId>
228+
<artifactId>zookeeper</artifactId>
229+
</exclusion>
226230
</exclusions>
227231
</dependency>
228232
<dependency><!-- hadoop-common 3.3.3 CVE-2023-34455 -->
229233
<groupId>org.xerial.snappy</groupId>
230234
<artifactId>snappy-java</artifactId>
231235
</dependency>
236+
<dependency><!-- hadoop-common 3.3.3 CVE-2023-44981 -->
237+
<groupId>org.apache.zookeeper</groupId>
238+
<artifactId>zookeeper</artifactId>
239+
<scope>provided</scope>
240+
<version>3.7.2</version>
241+
</dependency>
232242
<dependency>
233243
<groupId>org.jmockit</groupId>
234244
<artifactId>jmockit</artifactId>
@@ -322,6 +332,14 @@
322332
<groupId>org.apache.ivy</groupId>
323333
<artifactId>ivy</artifactId>
324334
</exclusion>
335+
<exclusion><!-- CVE-2023-44487 -->
336+
<groupId>io.netty</groupId>
337+
<artifactId>netty-codec-http2</artifactId>
338+
</exclusion>
339+
<exclusion><!-- CVE-2023-34462 -->
340+
<groupId>io.netty</groupId>
341+
<artifactId>netty-handler</artifactId>
342+
</exclusion>
325343
</exclusions>
326344
</dependency>
327345
<dependency>

0 commit comments

Comments
 (0)