gitleaks

Protect and discover secrets using Gitleaks 🔑

MIT License

Downloads
8.3K
Stars
17.1K
Committers
178

Bot releases are visible (Hide)

gitleaks - v8.8.3

Published by zricethezav over 2 years ago

Changelog

  • ad7509e Removing private keyword from private key rule (#858)
gitleaks - v8.8.2

Published by zricethezav over 2 years ago

Changelog

  • a62cc52 fix line number bug for secrets on last lines of a file (#853)
gitleaks - v8.8.1

Published by zricethezav over 2 years ago

Changelog

  • f93e5dc adding a ton of stopwords to the generic rule (#851)
gitleaks - v8.8.0

Published by zricethezav over 2 years ago

Changelog

  • 8481f0e adding stopwords (#849)
gitleaks - v8.7.2

Published by zricethezav over 2 years ago

Changelog

  • 82f7d61 Update dockerfile (#848)
  • a42b32b fix EOL in secret suffix (#847)
  • 79638b0 unpin docker version in pre-commit hook (#832)
  • 3474c58 Generate tps (#845)
gitleaks - v8.7.1

Published by zricethezav over 2 years ago

Changelog

  • d8cd93c fix out of bounds pre-filter (#843)
gitleaks - v8.7.0

Published by zricethezav over 2 years ago

Changelog

  • 48b79fa optimize keywords (#841)
  • e23f7f5 Update detect.go (#839)
  • 606bb1a Standardize/alphabetize rules, add cmd/generate/config package (#840)
  • e784980 fix ghcr.io typo in README.md (#835)
gitleaks - v8.6.1

Published by zricethezav over 2 years ago

Changelog

  • c33ee3f normalize keyword check (#830)
gitleaks - v8.6.0

Published by zricethezav over 2 years ago

Changelog

b0a958f Pre-regex-check keyword string compare (#825)
237b03a doc gitleaks-docker pre-commit hook (#819)

gitleaks - v8.5.3

Published by zricethezav over 2 years ago

Changelog

e0745ad skip content checks for path only rules
1ddc924 use official docker image as pre-commit hook (#818)

gitleaks - v8.5.2

Published by zricethezav over 2 years ago

Changelog

0b07625 remove stopwords from global allowlist

gitleaks - v8.5.1

Published by zricethezav over 2 years ago

Changelog

0cabbf8 detect: skip binary files with --no-git (#810)
ba9e089 fixing a location off by one edge case for --no-git (#812)

Many thanks to @adamdecaf for #810

gitleaks - v8.5.0

Published by zricethezav over 2 years ago

Changelog

3e5e639 Allow tag (#809)
57f9bc8 Stop words (#808)
6e72472 Refactor detect, add entropy to all findings (#804)
9326f35 Escape - character in regex character groups (#802)
1955557 adding go mod/sum to ignore (#797)
60dd607 GitLab pats may contain underscores as well as dashes (#794)

gitleaks - v8.4.0

Published by zricethezav over 2 years ago

Changelog

6e72472 Refactor detect, add entropy to all findings (#804)
9326f35 Escape - character in regex character groups (#802)
1955557 adding go mod/sum to ignore (#797)
60dd607 GitLab pats may contain underscores as well as dashes (#794)

Biggest change here would be coming from 6e72472. As I stated in the MR, this change will help the maintainability of the project and in creating new features/optimizations.

gitleaks - v8.3.0

Published by zricethezav over 2 years ago

Changelog

c3b799e ignore k8s apiVersion in generic-api-key pattern (#760)
4b6f4d0 build: updates for go1.17 (#769)
fbfb3f5 allow non-last-element secret groups (#792)
b91799a fixing segfault when using a rule with only a path (#791)
db1b54b Fix: Typo in LinkedIn id (#789)
e952974 Fix vendor name casing, Flutterwave typo (#785)
d1f642a Sarif results with empty rules now represents as [] instead of null/nil (#786)
9261f1c Fix typos in README.md (#780)

Thank you
@chenrui333
@amandre
@luca-regne
@iann0036
@chriswolfdesign
@myersg86

gitleaks - v8.2.7

Published by zricethezav almost 3 years ago

Changelog

991223a remove godoc text filtering (#763)

gitleaks - v8.2.6

Published by zricethezav almost 3 years ago

Changelog

801d44a limit number of goroutines for historic scanning (#761)

gitleaks - v8.2.5

Published by zricethezav almost 3 years ago

Changelog

44d7d89 always write sarif results if report-path is set

gitleaks - v8.2.4

Published by zricethezav almost 3 years ago

Changelog

aae23ac limit goroutines on file scanning to avoid pegging them cores (#759)

🤦🏻‍♂️
pegging as in https://english.stackexchange.com/questions/202318/etymology-of-a-pegged-cpu

gitleaks - v8.2.3

Published by zricethezav almost 3 years ago

Changelog

43ec224 write a report regardless if leaks are present (#758)