Skip to content

Commit c1884aa

Browse files
Resolved jackson dependency vulnerability
1 parent 6fdb99c commit c1884aa

File tree

9 files changed

+24
-14
lines changed

9 files changed

+24
-14
lines changed
Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,32 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
44
<attributes>
5-
<attribute name="module" value="true"/>
5+
<attribute name="maven.pomderived" value="true"/>
66
</attributes>
77
</classpathentry>
88
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
99
<classpathentry exported="true" kind="lib" path="lib/slf4j-simple-1.7.5.jar"/>
1010
<classpathentry exported="true" kind="lib" path="lib/slf4j-reload4j-1.7.36.jar"/>
1111
<classpathentry exported="true" kind="lib" path="lib/slf4j-api-1.7.5.jar"/>
12-
<classpathentry exported="true" kind="lib" path="lib/jackson-annotations-2.12.4.jar"/>
13-
<classpathentry exported="true" kind="lib" path="lib/jackson-core-2.12.4.jar"/>
1412
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.12.0.jar"/>
1513
<classpathentry exported="true" kind="lib" path="lib/ast-cli-java-wrapper-2.4.4.jar"/>
16-
<classpathentry exported="true" kind="lib" path="lib/jackson-databind-2.13.4.2.jar"/>
1714
<classpathentry exported="true" kind="lib" path="lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar"/>
1815
<classpathentry exported="true" kind="lib" path="lib/org.apache.commons.lang_2.6.0.v20220406-2305.jar"/>
1916
<classpathentry exported="true" kind="lib" path="lib/org-eclipse-mylyn-commons-core.jar"/>
20-
<classpathentry kind="src" path="src/"/>
21-
<classpathentry kind="output" path="target/classes"/>
17+
<classpathentry kind="lib" path="lib/jackson-annotations-2.15.2.jar"/>
18+
<classpathentry kind="lib" path="lib/jackson-core-2.15.2.jar"/>
19+
<classpathentry kind="lib" path="lib/jackson-databind-2.15.2.jar"/>
20+
<classpathentry kind="src" output="bin" path="src">
21+
<attributes>
22+
<attribute name="optional" value="true"/>
23+
<attribute name="maven.pomderived" value="true"/>
24+
</attributes>
25+
</classpathentry>
26+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
27+
<attributes>
28+
<attribute name="maven.pomderived" value="true"/>
29+
</attributes>
30+
</classpathentry>
31+
<classpathentry kind="output" path="bin"/>
2232
</classpath>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Bundle-Activator: com.checkmarx.eclipse.Activator
2222
Bundle-ClassPath: lib/slf4j-simple-1.7.5.jar,
2323
lib/slf4j-reload4j-1.7.36.jar,
2424
lib/slf4j-api-1.7.5.jar,
25-
lib/jackson-annotations-2.12.4.jar,
26-
lib/jackson-core-2.12.4.jar,
25+
lib/jackson-annotations-2.15.2.jar,
26+
lib/jackson-core-2.15.2.jar,
2727
lib/commons-lang3-3.12.0.jar,
2828
lib/ast-cli-java-wrapper-2.4.4.jar,
29-
lib/jackson-databind-2.13.4.2.jar,
29+
lib/jackson-databind-2.15.2.jar,
3030
lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar,
3131
lib/org.apache.commons.lang_2.6.0.v20220406-2305.jar,
3232
lib/org-eclipse-mylyn-commons-core.jar,

checkmarx-ast-eclipse-plugin/build.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ bin.includes = plugin.xml,\
44
icons/,\
55
lib/slf4j-simple-1.7.5.jar,\
66
lib/slf4j-reload4j-1.7.36.jar,\
7-
lib/slf4j-api-1.7.5.jar, \
8-
lib/jackson-annotations-2.12.4.jar,\
9-
lib/jackson-core-2.12.4.jar,\
7+
lib/slf4j-api-1.7.5.jar,\
8+
lib/jackson-annotations-2.15.2.jar,\
9+
lib/jackson-core-2.15.2.jar,\
1010
lib/commons-lang3-3.12.0.jar,\
1111
lib/ast-cli-java-wrapper-2.4.4.jar,\
12-
lib/jackson-databind-2.13.4.2.jar,\
12+
lib/jackson-databind-2.15.2.jar,\
1313
lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar,\
1414
.,\
1515
lib/org.apache.commons.lang_2.6.0.v20220406-2305.jar,\
-73.9 KB
Binary file not shown.
73.8 KB
Binary file not shown.
-357 KB
Binary file not shown.
536 KB
Binary file not shown.
-1.46 MB
Binary file not shown.
1.55 MB
Binary file not shown.

0 commit comments

Comments
 (0)