Skip to content

Commit 8b1f57f

Browse files
committed
Exclude json-smart from flink-table to remediate CVE-2024-5769
1 parent e5f53f2 commit 8b1f57f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

flink-table/flink-table-calcite-bridge/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,12 @@ under the License.
177177
<groupId>com.jayway.jsonpath</groupId>
178178
<artifactId>json-path</artifactId>
179179
<version>2.9.0</version>
180+
<exclusions>
181+
<exclusion>
182+
<groupId>net.minidev</groupId>
183+
<artifactId>json-smart</artifactId>
184+
</exclusion>
185+
</exclusions>
180186
</dependency>
181187

182188
<dependency>

0 commit comments

Comments
 (0)