Skip to content

Releases: checkmarx-ltd/checkmarx-spring-boot-java-sdk

0.4.54

27 Oct 10:36
75f29da
Compare
Choose a tag to compare
Fixed: CxGo client only takes the first finding of a package (#13)

* Fixed: CxGo client only takes the first finding of a package.

* Updated version to 0.4.54.

0.4.53

25 Oct 13:37
83ee7b6
Compare
Choose a tag to compare
Integrated CxGo support (#10)

Cxgo Support

0.4.49

20 Oct 10:40
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master' into develop

# Conflicts:
#	pom.xml

0.4.48

20 Oct 09:53
75d1c0d
Compare
Choose a tag to compare
Version 0.4.48 (#6)

* Shard Manager scanID detection fix

The scanID was read incorrectly from the Spring Boot log when PID was shorter then expected. This fix now expects the ScanID token to appear in the console log so that it can be located in order to properly figure out where the ScanID.

* Support for post back mode

When CxFlow is running in post-back mode poIing will be turned off and CxFlow will be switched to an event driven mode. CxFlow will wait for the manager to post a response when the scan is complete. This is an optional mode of operation enabled by setting enable-post-action-monitor to true in the application config file, the default is to use the traditional poling mode.

* Support for post back mode

When CxFlow is running in post-back mode poIing will be turned off and CxFlow will be switched to an event driven mode. CxFlow will wait for the manager to post a response when the scan is complete. This is an optional mode of operation enabled by setting enable-post-action-monitor to true in the application config file, the default is to use the traditional poling mode.

* Updated POM version

Bringing version number into alignment with previous one.

* SCA filter enhancement (#2)

Implemented scan engine-agnostic filtering logic. Based on a change in CxGo SDK (see commit 3b309ddc). Applied the change to the SCA client.

Co-authored-by: Jeff Armstrong <[email protected]>
Co-authored-by: Ken McDonald <[email protected]>

0.4.47

06 Oct 02:19
1457588
Compare
Choose a tag to compare
Merge pull request #122 from checkmarx-ts/develop

Develop