Skip to content

Commit f2876ec

Browse files
Jar jackson core changed to resolve scan vuln
1 parent a668901 commit f2876ec

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

checkmarx-ast-eclipse-plugin/.classpath

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<classpath>
33
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
44
<attributes>
5+
<attribute name="module" value="true"/>
56
<attribute name="maven.pomderived" value="true"/>
67
</attributes>
78
</classpathentry>
@@ -10,12 +11,13 @@
1011
<classpathentry exported="true" kind="lib" path="lib/slf4j-reload4j-2.0.17.jar"/>
1112
<classpathentry exported="true" kind="lib" path="lib/slf4j-api-2.0.17.jar"/>
1213
<classpathentry exported="true" kind="lib" path="lib/jackson-annotations-2.21.jar"/>
13-
<classpathentry exported="true" kind="lib" path="lib/jackson-core-2.21.0.jar"/>
14+
<classpathentry exported="true" kind="lib" path="lib/jackson-core-2.21.1.jar"/>
1415
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.18.0.jar"/>
1516
<classpathentry exported="true" kind="lib" path="lib/ast-cli-java-wrapper-2.4.18.jar"/>
1617
<classpathentry exported="true" kind="lib" path="lib/jackson-databind-2.21.0.jar"/>
1718
<classpathentry exported="true" kind="lib" path="lib/org.eclipse.mylyn.commons.ui_4.9.0.v20251121-0615.jar"/>
1819
<classpathentry exported="true" kind="lib" path="lib/org-eclipse-mylyn-commons-core.jar"/>
20+
<classpathentry kind="lib" path="lib/jackson-core-2.21.1.jar"/>
1921
<classpathentry kind="src" output="bin" path="src">
2022
<attributes>
2123
<attribute name="optional" value="true"/>

checkmarx-ast-eclipse-plugin/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Bundle-ClassPath: .,
2727
lib/slf4j-reload4j-2.0.17.jar,
2828
lib/slf4j-api-2.0.17.jar,
2929
lib/jackson-annotations-2.21.jar,
30-
lib/jackson-core-2.21.0.jar,
30+
lib/jackson-core-2.21.1.jar,
3131
lib/jackson-databind-2.21.0.jar,
3232
lib/commons-lang3-3.18.0.jar,
3333
lib/ast-cli-java-wrapper-2.4.18.jar,

checkmarx-ast-eclipse-plugin/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bin.includes = plugin.xml,\
66
lib/slf4j-reload4j-2.0.17.jar,\
77
lib/slf4j-api-2.0.17.jar,\
88
lib/jackson-annotations-2.21.jar,\
9-
lib/jackson-core-2.21.0.jar,\
9+
lib/jackson-core-2.21.1.jar,\
1010
lib/commons-lang3-3.18.0.jar,\
1111
lib/ast-cli-java-wrapper-2.4.18.jar,\
1212
lib/org.eclipse.mylyn.commons.ui_4.9.0.v20251121-0615.jar,\

checkmarx-ast-eclipse-plugin/lib/jackson-core-2.21.0.jar renamed to checkmarx-ast-eclipse-plugin/lib/jackson-core-2.21.1.jar

581 KB
Binary file not shown.

0 commit comments

Comments
 (0)