Skip to content

Releases: checkmarx-ltd/Cx-Client-Common

2020.4.107

11 Nov 14:31
b46e0a4
Compare
Choose a tag to compare
Merge pull request #116 from checkmarx-ltd/sca-zeros-fix

revert lombok getters and setters and revert the extend for SummaryRe…

2020.4.106

04 Nov 16:36
b2c7b6a
Compare
Choose a tag to compare
Merge pull request #115 from checkmarx-ltd/update-sonar-token

update SONAR_CLOUD_TOKEN

2020.4.105

29 Oct 16:23
1c72c63
Compare
Choose a tag to compare
Merge pull request #112 from checkmarx-ltd/fix-osa-sca-reporting

fix some issues creating reports for sca and osa.

2020.4.103

27 Oct 13:50
d20efe1
Compare
Choose a tag to compare
Merge pull request #111 from checkmarx-ltd/handle-exceptions

Made different scanners loosely coupled and run independently

2020.4.96

12 Oct 09:30
d20efe1
Compare
Choose a tag to compare
Merge pull request #111 from checkmarx-ltd/handle-exceptions

Made different scanners loosely coupled and run independently

2020.4.94

06 Oct 18:19
d852aa7
Compare
Choose a tag to compare
Merge pull request #110 from checkmarx-ltd/exclude-vulnerable-depende…

2020.4.93

06 Oct 03:30
Compare
Choose a tag to compare
bugid: 1242, 1243 - Fix for missing default include pattern / Redunda…

2020.4.92

04 Oct 11:02
9092260
Compare
Choose a tag to compare
Merge pull request #109 from checkmarx-ltd/add-error-msg-to-log

Added error messages to log.

2020.4.91

01 Oct 14:28
cd37289
Compare
Choose a tag to compare
Merge pull request #108 from checkmarx-ltd/addScaReport2

Add sca report2

2020.4.90

01 Oct 11:39
7042a88
Compare
Choose a tag to compare
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.