Skip to content

Releases: Checkmarx/2ms

v5.2.4

11 Mar 17:18
e2fafb4

Choose a tag to compare

5.2.4 (2026-03-11)

Bug Fixes

  • reverting special character support for generic rule (#380) (e2fafb4)

v5.2.3

06 Mar 15:12
183c8bf

Choose a tag to compare

5.2.3 (2026-03-06)

Bug Fixes

  • add special characters support for generic credential rule (#377) (183c8bf)

v5.2.2

20 Feb 11:59
9fecada

Choose a tag to compare

5.2.2 (2026-02-20)

Bug Fixes

  • update go version and custom rules regexTarget documentation (#373) (9fecada)

v5.2.1

02 Feb 11:28
ebeeeeb

Choose a tag to compare

5.2.1 (2026-02-02)

Bug Fixes

v5.2.0

26 Jan 16:06
e1c528b

Choose a tag to compare

5.2.0 (2026-01-26)

Features

  • add context cancellation support to Scan API and filter whitespace-only findings (#371) (e1c528b)

v5.1.1

23 Jan 16:11
dc0d9ab

Choose a tag to compare

5.1.1 (2026-01-23)

Bug Fixes

v5.1.0

23 Jan 12:26
68f0215

Choose a tag to compare

5.1.0 (2026-01-23)

Features

v5.0.0

19 Jan 18:23
db73484

Choose a tag to compare

Breaking Changes

  • MUST READ: ruleID became a uuid4 that identifies a rule
    regardless of its name. The old ruleID became ruleName, but with different casing (generic-api-key->Generic-Api-Key). Ignores and selects with flags --ignore-rule and -rule still work with old ruleIDs. Comparison of ruleNames (old ruleIDs) is performed with all characters in lower case.
  • MUST READ: IDs of results have changed, now take into account the new uuid4 ruleID. ignores on -config file or in --ignore-result will no longer properly ignore those results because the id of results changed

Features

  • propagate resultId to SARIF (#359) (9951ba3)
  • add support for custom rules. Move rules and gitleaks logic to 2ms (#367) (f3fdf49)

Full Changelog: v4.9.0...v5.0.0

v5.0.0-pre-release

19 Dec 18:38

Choose a tag to compare

v5.0.0-pre-release Pre-release
Pre-release

Manual release with version override to v5.0.0-pre-release

v4.9.0

15 Dec 10:10
f606f03

Choose a tag to compare

4.9.0 (2025-12-15)

Features

  • add confluence page id to secret extra details and to sarif properties (#357) (f606f03)