File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
Utils/azure-toolkit-ide-hdinsight-libs Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 226
226
<groupId >org.xerial.snappy</groupId >
227
227
<artifactId >snappy-java</artifactId >
228
228
</exclusion >
229
+ <exclusion >
230
+ <groupId >org.apache.zookeeper</groupId >
231
+ <artifactId >zookeeper</artifactId >
232
+ </exclusion >
229
233
</exclusions >
230
234
</dependency >
231
235
<dependency ><!-- hadoop-common 3.3.3 CVE-2023-34455 -->
232
236
<groupId >org.xerial.snappy</groupId >
233
237
<artifactId >snappy-java</artifactId >
234
238
</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 >
235
245
<dependency >
236
246
<groupId >com.microsoft.azure</groupId >
237
247
<artifactId >azure-client-runtime</artifactId >
Original file line number Diff line number Diff line change 223
223
<groupId >org.xerial.snappy</groupId >
224
224
<artifactId >snappy-java</artifactId >
225
225
</exclusion >
226
+ <exclusion >
227
+ <groupId >org.apache.zookeeper</groupId >
228
+ <artifactId >zookeeper</artifactId >
229
+ </exclusion >
226
230
</exclusions >
227
231
</dependency >
228
232
<dependency ><!-- hadoop-common 3.3.3 CVE-2023-34455 -->
229
233
<groupId >org.xerial.snappy</groupId >
230
234
<artifactId >snappy-java</artifactId >
231
235
</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 >
232
242
<dependency >
233
243
<groupId >org.jmockit</groupId >
234
244
<artifactId >jmockit</artifactId >
322
332
<groupId >org.apache.ivy</groupId >
323
333
<artifactId >ivy</artifactId >
324
334
</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 >
325
343
</exclusions >
326
344
</dependency >
327
345
<dependency >
You can’t perform that action at this time.
0 commit comments