File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/main/java/com/checkmarx/sdk/config Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ){
You can’t perform that action at this time.
0 commit comments