File tree Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 149
149
</exclusion >
150
150
</exclusions >
151
151
</dependency >
152
- <dependency >
153
- <groupId >org.apache.commons</groupId >
154
- <artifactId >commons-compress</artifactId >
155
- <version >1.21</version >
156
- </dependency >
157
152
158
153
<dependency >
159
154
<groupId >org.apache.flink</groupId >
Original file line number Diff line number Diff line change 89
89
</exclusion >
90
90
</exclusions >
91
91
</dependency >
92
- <dependency >
93
- <groupId >org.apache.commons</groupId >
94
- <artifactId >commons-compress</artifactId >
95
- </dependency >
96
92
<dependency >
97
93
<groupId >org.slf4j</groupId >
98
94
<artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 88
88
<mbknor .jsonschema.converter.version>1.0.39</mbknor .jsonschema.converter.version>
89
89
<everit .json.schema.version>1.14.2</everit .json.schema.version>
90
90
<classgraph .version>4.8.120</classgraph .version>
91
- <commons .compress.version>1.21</commons .compress.version>
92
91
<commons .lang.version>3.8.1</commons .lang.version>
93
92
<jackson .version>2.12.2</jackson .version>
94
93
<!-- Protobuf -->
168
167
<groupId >org.apache.avro</groupId >
169
168
<artifactId >avro</artifactId >
170
169
<version >${avro.version} </version >
170
+ <exclusions >
171
+ <exclusion >
172
+ <groupId >org.apache.commons</groupId >
173
+ <artifactId >commons-compress</artifactId >
174
+ </exclusion >
175
+ </exclusions >
171
176
</dependency >
172
- <!-- Temporarily adding dependency on a transitive dependency to fix security bug in underlying library. Remove when dependency is upgraded. -->
177
+ <!-- Exclude commons-compress globally due to vulns -->
173
178
<dependency >
174
179
<groupId >org.apache.commons</groupId >
175
180
<artifactId >commons-compress</artifactId >
176
- <version > ${commons.compress.version} </ version >
181
+ <scope >provided</ scope >
177
182
</dependency >
178
183
<dependency >
179
184
<groupId >org.apache.avro</groupId >
You can’t perform that action at this time.
0 commit comments