Releases: checkmarx-ltd/checkmarx-spring-boot-java-sdk
Releases · checkmarx-ltd/checkmarx-spring-boot-java-sdk
0.4.54
0.4.53
0.4.49
0.4.48
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]>