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 222
222
<groupId >org.xerial.snappy</groupId >
223
223
<artifactId >snappy-java</artifactId >
224
224
</exclusion >
225
+ <exclusion >
226
+ <groupId >org.apache.zookeeper</groupId >
227
+ <artifactId >zookeeper</artifactId >
228
+ </exclusion >
225
229
</exclusions >
226
230
</dependency >
227
231
<dependency ><!-- hadoop-common 3.3.3 CVE-2023-34455 -->
228
232
<groupId >org.xerial.snappy</groupId >
229
233
<artifactId >snappy-java</artifactId >
230
234
</dependency >
235
+ <dependency ><!-- hadoop-common 3.3.3 CVE-2023-44981 -->
236
+ <groupId >org.apache.zookeeper</groupId >
237
+ <artifactId >zookeeper</artifactId >
238
+ <scope >provided</scope >
239
+ <version >3.7.2</version >
240
+ </dependency >
231
241
<dependency >
232
242
<groupId >org.jmockit</groupId >
233
243
<artifactId >jmockit</artifactId >
321
331
<groupId >org.apache.ivy</groupId >
322
332
<artifactId >ivy</artifactId >
323
333
</exclusion >
334
+ <exclusion ><!-- CVE-2023-44487 -->
335
+ <groupId >io.netty</groupId >
336
+ <artifactId >netty-codec-http2</artifactId >
337
+ </exclusion >
338
+ <exclusion ><!-- CVE-2023-34462 -->
339
+ <groupId >io.netty</groupId >
340
+ <artifactId >netty-handler</artifactId >
341
+ </exclusion >
324
342
</exclusions >
325
343
</dependency >
326
344
<dependency >
You can’t perform that action at this time.
0 commit comments