github gitleaks/gitleaks v5.0.1

latest releases: v8.18.2, v8.18.1, v8.18.0...
3 years ago

What's Fixed:

  • Fixed two issues described here: #413. There was a bug when scanning commits that were the result of a merge request, i.e. when there are two or more commits. Prior to this release gitleaks would iterate each parent of the commit in question and generate a patch. This could result in bloated an unnecessary patches. We want to pick the FIRST parent and ignore the other parents as those commits are reachable with git log. The second issue fixed was a bug regarding the line extraction feature released in v5.0.0. If the patch content generate was greater than the default bufio.Scanner's max, then all patch lines would not be scanned. Both these issues fixed here in this PR: #414
  • Validate Configs #412

Don't miss a new gitleaks release

NewReleases is sending notifications on new releases.