Skip to content

Commit

Permalink
Change for version increment for latest common (#71)
Browse files Browse the repository at this point in the history
1) FSA Update to 20.0.13
2) Fixed for Language support for HTML Report
3) Add get sast results if SAST scan finish before OSA
4) This fix will resolve FSA vulnerabilities

Tested :- 
1) SAST, SCA OSA scan with and without agent node for JDK 1.8.0_281 and JDK 11 for all languages
2) Executed scan for synchronous and asynchronous mode
  • Loading branch information
sangamchitmugre authored Sep 4, 2021
1 parent b9737ee commit 8a5fc11
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
exclude group: 'org.apache.logging.log4j', module: 'log4j-core'
}

compile 'com.checkmarx:cx-client-common:2021.3.166',
compile 'com.checkmarx:cx-client-common:2021.3.171',
'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.10.5',
'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.10.5',
'org.apache.logging.log4j:log4j-slf4j-impl:2.13.3',
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description = Provides automatic scan of code by Checkmarx server and shows results summary and trend in Jenkins interface.
group = com.checkmarx.jenkins
version = 2021.3.2
version = 2021.3.3

repositoryVersion=

Expand Down
5 changes: 4 additions & 1 deletion src/main/resources/META-INF/hudson.remoting.ClassFilter
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ com.cx.restclient.ast.dto.sca.report.PolicyAction
com.cx.restclient.ast.dto.sca.report.PolicyRule
com.cx.restclient.ast.dto.sca.report.PolicyEvaluation
com.cx.restclient.sast.dto.ResponseSastScanStatus
com.cx.restclient.sast.dto.CxScanStateObj
com.cx.restclient.sast.dto.CxScanStateObj
com.cx.restclient.sast.dto.CxDateAndTimeObj
com.cx.restclient.sast.dto.CxLanguageObj
com.cx.restclient.sast.dto.CxLinkObj

0 comments on commit 8a5fc11

Please sign in to comment.