Skip to content

Commit 3cc7870

Browse files
Placeholder Enter Comment is changed to Notes (AST-102206) (#213)
* Placeholder Enter Comment is changed to Notes * Resolved jackson dependency vulnerability * Code changes for Enn ter comment to nots
1 parent 30ac5d2 commit 3cc7870

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

checkmarx-ast-eclipse-plugin/.classpath

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
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"/>
12+
<classpathentry exported="true" kind="lib" path="lib/jackson-annotations-2.15.2.jar"/>
13+
<classpathentry exported="true" kind="lib" path="lib/jackson-core-2.15.2.jar"/>
1414
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.12.0.jar"/>
1515
<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"/>
16+
<classpathentry exported="true" kind="lib" path="lib/jackson-databind-2.15.2.jar"/>
1717
<classpathentry exported="true" kind="lib" path="lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar"/>
1818
<classpathentry exported="true" kind="lib" path="lib/org.apache.commons.lang_2.6.0.v20220406-2305.jar"/>
1919
<classpathentry exported="true" kind="lib" path="lib/org-eclipse-mylyn-commons-core.jar"/>
2020
<classpathentry kind="src" path="src/"/>
2121
<classpathentry kind="output" path="target/classes"/>
22-
</classpath>
22+
</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.

checkmarx-ast-eclipse-plugin/src/com/checkmarx/eclipse/utils/PluginConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class PluginConstants {
1515
public static final String NO_CHANGES = "No changes...";
1616
public static final String BTN_UPDATE = "Update";
1717
public static final String BTN_LOADING = "Loading";
18-
public static final String DEFAULT_COMMENT_TXT = "Enter comment";
18+
public static final String DEFAULT_COMMENT_TXT = "Notes";
1919
public static final String LOADING_BFL = "Loading BFL";
2020
public static final String BFL_FOUND = "Indicates the Best Fix Location. Speed up your remediation by fixing multiple vulnerabilities at once";
2121
public static final String BFL_NOT_FOUND = "Best fix Location not available for given results";

0 commit comments

Comments
 (0)