Skip to content

Commit b7bab1e

Browse files
Merge pull request #1572 from data-integrations/cherry_fix_sec_vul_htrace1
[cherry-pick][6.11] Fix vuln for Htrace for jackson databind
2 parents ac1a931 + c0c93d8 commit b7bab1e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,10 @@
393393
<groupId>log4j</groupId>
394394
<artifactId>log4j</artifactId>
395395
</exclusion>
396+
<exclusion>
397+
<groupId>org.apache.htrace</groupId>
398+
<artifactId>htrace-core</artifactId>
399+
</exclusion>
396400
</exclusions>
397401
</dependency>
398402
<dependency>
@@ -413,6 +417,10 @@
413417
<groupId>log4j</groupId>
414418
<artifactId>log4j</artifactId>
415419
</exclusion>
420+
<exclusion>
421+
<groupId>org.apache.htrace</groupId>
422+
<artifactId>htrace-core</artifactId>
423+
</exclusion>
416424
</exclusions>
417425
</dependency>
418426
<dependency>

0 commit comments

Comments
 (0)