Skip to content

Commit 5b29558

Browse files
Merge pull request #439 from checkmarx-ltd/develop
FIx For Componant Test case issue
2 parents b7220e3 + ee60ac5 commit 5b29558

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.github.checkmarx-ltd</groupId>
1212
<artifactId>cx-spring-boot-sdk</artifactId>
13-
<version>0.6.20</version>
13+
<version>0.6.21</version>
1414

1515

1616
<name>cx-spring-boot-sdk</name>

src/main/java/com/checkmarx/sdk/config/CxProperties.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,11 @@ public class CxProperties extends CxPropertiesBase{
156156
);
157157

158158
private static final Map<String, String> CXSAST_SEVERITY_ID_TO_NAME = ImmutableMap.of(
159-
"0", "INFO",
160-
"1","LOW",
161-
"2", "MEDIUM",
162-
"3", "HIGH",
163-
"4", "CRITICAL"
159+
"0", "Info",
160+
"1","Low",
161+
"2", "Medium",
162+
"3", "High",
163+
"4", "Critical"
164164
);
165165

166166
public void setEnabledZipScan(Boolean enabledZipScan){

0 commit comments

Comments
 (0)