Skip to content

Releases: checkmarx-ltd/cx-flow

1.7.11

17 Jul 09:31
1165053
Compare
Choose a tag to compare
1.7.11 Pre-release
Pre-release
Update version.txt

1.7.10

17 Jul 09:06
7c81307
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fixed SCA exploitable path issue with resolver when SAST project name contains spaces. @cx-ked-bhu
  • Fixed ambiguity in the exclude-files parameter usage between SAST and SCA scans. @cx-ked-bhu
  • Fixed an issue with Jasypt encryption failing under certain configurations. @cx-ked-bhu
  • Fixed security vulnerabilities. @cx-ked-bhu

📝 Documentation

  • Updated documentation for Jasypt Configuration. @cx-ked-bhu

1.7.09

21 May 07:26
059eed2
Compare
Choose a tag to compare

🚀 Features

  • Added support for PR decoration comments in Azure DevOps. @cx-anjali-deore
  • Introduced a new custom field (cvss-score) integration in JIRA. @cx-ked-bhu

🐛 Bug Fixes

  • Fixed SAST SARIF severity mapping issue. @cx-ked-bhu
  • Fixed failure in Parse mode where critical vulnerabilities are detected for SCA. @cx-ked-bhu
  • Fixed PR decoration issue when using the RestrictResultsToBranch parameter. @cx-ked-bhu
  • Added null check for SCA PackageId in GitLab Dashboard. @cx-ked-bhu
  • Fixed SCA scan failure caused by missing support for NONE severity level. @cx-anjali-deore
  • Fixed error when attempting to delete a non-existent CxSCA project. @cx-ked-bhu
  • Added required header support for the scanWithSettings API. @cx-ked-bhu
  • Fixed security vulnerabilities. @cx-ked-bhu

📝 Documentation

  • Updated documentation for prerequisites and requirements. @cx-ked-bhu

1.7.08

25 Mar 07:36
283e5cf
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

1.7.07

20 Feb 10:42
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

  • Fixed an issue of incorrect project naming if default branch not provided. @satyamchaurasiapersistent
  • Fixed a security vulnerability in CxFlow. @itsKedar
  • Fixed an issue where Thresholds violation and issue tracking not working on GitLab pipeline, empty finding counts. @itsKedar
  • Fixed an issue where No merge request summary if scan-submitted-comment is set to false. @satyamchaurasiapersistent
  • Fixed an issue where Groovy script fails to replace / within the branch name during merge, causing project branching logic issues. @satyamchaurasiapersistent

Documentation

1.7.06

12 Dec 11:16
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

  • Fixed an issue where the file cx.sarif could not be uploaded as it was not valid SARIF. @satyamchaurasiapersistent
  • Fixed a security vulnerability in CxFlow. @itsKedar
  • Fixed an issue where a comment on a PR led to an error, stating that another scan was already in progress. @satyamchaurasiapersistent
  • Fixed an issue where CxFlow was unable to create work items for ADO on-prem servers. @itsKedar
  • Fixed an issue where the CxFlow SCA scan terminated with a "Null pointer" exception. @itsKedar
  • Fixed an issue where CxFlow attempted to access a branch after a branch deletion event. @itsKedar
  • Fixed an issue where CxFlow could not set multiple project custom field values with spaces in GitHub Actions. @itsKedar

Documentation

  • Updated documentation regarding GitLab MR scan comments not reflecting the user who created the MR. @satyamchaurasiapersistent
  • Updated documentation regarding scan attempts for branches that don't match the protected branch criteria when a webhook event comes from the repository's default branch. @satyamchaurasiapersistent
  • Updated documentation for using Docker image execution, where SCA Resolver integration requires build tools installed or additional documentation. @itsKedar

1.7.05

08 Nov 09:22
26a24a0
Compare
Choose a tag to compare

🐛 Bug Fixes

1.7.04

07 Oct 10:00
1d99528
Compare
Choose a tag to compare

🚀 Features

  • Added feature to allow symbolic links in cx-flow. @itsKedar (GitHub URL : #842)
  • Added feature to add artifcat details in SAST report. @satyamchaurasiapersistent. (GitHub URL : #1252)
  • Added feature to Stack traces logged as ERROR for valid failure scenarios spam the event logs. @itsKedar (GitHub URL : #1194)
  • Added feature to support command line PR comments for Bitbucket Cloud and Bitbucket Server. @itsKedar (GitHub URL : #1125)
  • Added feature to Map labels on bug trackers like Github Issues or Gitlab Issues in Cx-Flow. @itsKedar (GitHub URL : #1029)
  • Added a feature to cancel in-progress scans in SAST if a timeout occurs. @satyamchaurasiapersistent
  • Added a feature to Configure exclude vulnerability categories in CxFlow. @itsKedar
  • Added a feature to download SCA and SAST report with critical severity in PDF report for CxFlow. @satyamchaurasiapersistent

🐛 Bug Fixes

  • Fix for Pull Request scan results should refresh after a second push to the same pull request for Cx-Flow. @itsKedar (GitHub URL : #1172)
  • Security vulnerability Fix for Cxflow. @itsKedar
  • Fix for Interactive command handling targeting the CxFlow user's name for PR workflow kickstarting. @satyamchaurasiapersistent (GitHub URL : #831)
  • Fix for removal of /cxrestapi when using checkmarx url from environment variable. @satyamchaurasiapersistent
  • Fix for custom field value with a space. @itsKedar
  • Fix for reduction of Cx-Flow messages in Pull request. @itsKedar
  • Fix for Scan was taking almost 2 hours till then some token gets expired. @itsKedar.

Documentation

Note

  • The current version of CX-Flow is experiencing issues with Azure DevOps On-Premise.

1.7.03

16 Aug 11:22
844297c
Compare
Choose a tag to compare

🚀 Features

1.7.02

05 Aug 12:10
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

Documentation

  • Updated documentation for removal of JAVA support notice. @itsKedar
  • Updated support for branches in GitLab CI template. @FlorentinLedy