Releases: checkmarx-ltd/Cx-Client-Common
Releases · checkmarx-ltd/Cx-Client-Common
2020.4.107
Merge pull request #116 from checkmarx-ltd/sca-zeros-fix revert lombok getters and setters and revert the extend for SummaryRe…
2020.4.106
Merge pull request #115 from checkmarx-ltd/update-sonar-token update SONAR_CLOUD_TOKEN
2020.4.105
Merge pull request #112 from checkmarx-ltd/fix-osa-sca-reporting fix some issues creating reports for sca and osa.
2020.4.103
Merge pull request #111 from checkmarx-ltd/handle-exceptions Made different scanners loosely coupled and run independently
2020.4.96
Merge pull request #111 from checkmarx-ltd/handle-exceptions Made different scanners loosely coupled and run independently
2020.4.94
Merge pull request #110 from checkmarx-ltd/exclude-vulnerable-depende…
2020.4.93
bugid: 1242, 1243 - Fix for missing default include pattern / Redunda…
2020.4.92
Merge pull request #109 from checkmarx-ltd/add-error-msg-to-log Added error messages to log.
2020.4.91
Merge pull request #108 from checkmarx-ltd/addScaReport2 Add sca report2
2020.4.90
Fixed authentication issues after recent changes (#105) * Fixed 'invalid_client' error while trying to get access token from refresh token. * Fixed: AST-SCA scans fail if SSO login is enabled. * Fixed ArrayIndexOutOfBoundsException exception when using SAST+OSA with SSO. Caused by the same static apacheClient field that was used in all CxHttpClient instances. This led to unpredictable behavior.