Skip to content

Releases: checkmarx-ltd/cx-flow

1.6.33

08 Apr 12:35
d5ac699
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

Documentation

1.6.32

29 Mar 15:16
bc1d765
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

  • Gitlab Security Reports is expecting a string instead of a float. @tnijboer
  • Added extra fields of Scan comment to the Postback parser. @atheismann
  • Update gitlab template for Gitlab security dashboard to use project mode instead of batch mode @tnijboer
  • Upgraded Tomcat version to 9.0.59 to fix vulnerability @HussainS12
  • Missed file for Feature/841 option to disable comment @DhavalPatelPersistent
  • Scan failing due to value of size variable of Azure Repository is large @DhavalPatelPersistent
  • Added for Jira Parameters in GitHub Actions @DhavalPatelPersistent

Documentation

  • Fixed image not showing in CxFlow wiki for CxSAST summary @HussainS12
  • Documented issue consolidation logic for CxSAST/CxSCA Result Summary in CxFlow wiki @HussainS12
  • Corrected CxSAST Report XML schema link in CxFlow wiki @DadasoBanagar
  • Documentation for parameters scan-timeout and report-timeout, and scan-polling and report-polling parameters in CxFlow wiki @DadasoBanagar
  • Corrected Quick start tutorial in CxFlow wiki. @DadasoBanagar
  • Added CxFlow CircleCI Documentation Reference in in CxFlow wiki @DhavalPatelPersistent
  • Documented steps to override application.yml parameters in CLI mode @HussainS12
  • Added Scan Queuing and fixed Docker command example in CxFlow wiki @HussainS12
  • Added Tutorial for Branched project in CxFlow wiki @HussainS12

1.6.31

11 Mar 10:44
aaad23b
Compare
Choose a tag to compare

🚀 Features

  • CxXML as bug-tracker for CxSCA. @HussainS12
  • Added support for parsing results from CxSCA/SCAResolver XML report file (--parse mode). @DadasoBanagar
  • Introduced 'SonarQube' as a bug-tracker for CxSAST and CxSCA. @DhavalPatelPersistent
  • CxFlow now supports configuring Jira fields for issues reported by CxSCA. @HussainS12
  • Support for Pull Request update event in Bitbucket Cloud/Server. @HussainS12
  • Support for Delete event in Bitbucket Server. @HussainS12

🐛 Bug Fixes

  • Upgraded version of spring-core package. @HussainS12
  • Issues in Jira should not be closed on re-run of other/alternate scans for same project or while parsing the results. @DhavalPatelPersistent
  • Correction in CodeBashing tutorial link for Jira service. @DhavalPatelPersistent

Documentation

  • Updated CxFlow wiki for above enhancements.

1.6.30

07 Feb 13:54
a4aea0d
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

Documentation

1.6.29

07 Jan 13:00
c150f98
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

Documentation

1.6.28

15 Dec 14:35
f5eb37d
Compare
Choose a tag to compare

🚀 Features

None

🐛 Bug Fixes

Documentation

1.6.27

07 Dec 14:11
a89b63c
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

Documentation

1.6.26

26 Oct 13:14
85144c5
Compare
Choose a tag to compare

🚀 Features

• added feature for exclude files @HussainS12 (#860)
• added scanQueuing and scanQueuingTimeout @nandikantipavan (#857)
• Override state filter from webhook feature @HussainS12 (#844)

🐛 Bug Fixes

• BitbucketCloudController validation for NullPointerException @HussainS12 (#852)
• fix for branches not present in protected branches list being scanned @HussainS12 (#845)
• fix for sast scan not executing when sca scan fails @HussainS12 (#838)

Documentation

• Update Home.md @jbrotsos (#853)
• update 'multi-tenant' configuration documentation @nandikantipavan (#859)
• Documentation update for alt-project, protected branches and jira label-prefix @HussainS12 (#847)

1.6.25

27 Sep 15:48
Compare
Choose a tag to compare

🚀 Features

• Jira custom issue prefix feature @HussainS12 (#824)

🐛 Bug Fixes

• Fix hyphen not allowed in JIRA issue label @cx-scord (#826)
• exclude-folders works without trailing /. So updated Configuration.md file @nandikantipavan (#829)
• Fix for bitbucket PR webhook broken @HussainS12 (#827)

1.6.24

22 Sep 07:47
173f83a
Compare
Choose a tag to compare

Changes

• Add SCA timeout @nandikantipavan (#822)
• Pr iast 2646 azure integration @gustavocortarelli (#782)
• Add ssh support for new projects (#810)
• Iast - add iast integration with gitlab and GitHub @kecven (#778)

🐛 Bug Fixes

• Fix JIRA issue priority not updating for SCA @cx-scord (#789)
• Fix colon not allowed in JIRA issue label @cx-scord (#818)
• ADO thread status update and PR status update as per scan result @HussainS12 (#806)
• scan preset override issue fix @HussainS12 (#815)

Documentation

• New template file to handle GITLAB_URL, dashboard on MR and removed hardcoded default branch @jbrotsos (#788)
• Add CxIAST Tutorial @Eli4ontar (#777)