Skip to content

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Jan 18:23
db73484

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