Package Release Info

gitleaks-8.21.1-bp160.1.13

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

gitleaks

Change Logs

* Fri Oct 18 2024 opensuse_buildservice@ojkastl.de
- Update to version 8.21.1:
  * feat: add curl basic auth rule (#1575)
  * Update spelling in README.md (#1574)
  * refactor(allowlist): use iota for condition (#1569)
  * refactor(config): temporarily switch to [rules.allowlist]
    (#1573)
* Tue Oct 15 2024 opensuse_buildservice@ojkastl.de
- Update to version 8.21.0:
  * Define multiple allowlists per rule (#1496)
  * build: upgrade gitleaks/go-gitdiff to v0.9.1 (#1559)
  * Fix rule extension (#1556)
  * Update base config allowlist (#1555)
  * feat(azure): detect Azure AD client secrets (#1199)
  * chore: match gitleaks.toml anywhere (#1553)
* Fri Oct 11 2024 opensuse_buildservice@ojkastl.de
- Update to version 8.20.1:
  * feat(config): add placeholder regexes to global allowlist
    (#1547)
  * feat: add PrivateAI rule (#1548)
  * Bump golang verion used in docker build to match version
    specified in go.mod (#1551)
  * feat: add cohere rule (#1549)
  * feat(generate): generate global (#1546)
  * Feat/nuget config password rule (#1540)
* Fri Oct 04 2024 opensuse_buildservice@ojkastl.de
- Update to version 8.20.0:
  * Make private key check less greedy and include fifth dash
    (#1440)
  * print tags if they exist
  * Decode Base64 (#1488)
  * refactor(config): keyword map (#1538)
  * fix: use regexTarget for extend config (#1536)
  * feat: bump go to 1.22 (#1537)
  * fix: handle pre-commit and staged (#1533)
  * Bugfix/1352 incorrect report multiple lines (#1501)
* Fri Sep 27 2024 opensuse_buildservice@ojkastl.de
- Update to version 8.19.3:
  * fix(config): extend allowlist & handle extend when validating
    (#1524)
  * refactor(kubernetes-secret): tweak variable chars (#1520)
  * Revert "remove validate config test temporarily" (#1529)
  * feat: create fly.io rule (#1528)
  * fix: to many false-positive for gltf files, add gltf suffix to
    allowlist (#1527)
  * Add support in .gitleaksignore file comment strings  (#1425)
    (#1502)
  * Restrict Etsy keywords (#1491)
  * feat(github): add entropy to rule (#1489)
  * feat(gcp): update api key rule (#1481)
  * fix(hashicorp): ignore common fps (#1498)
  * fix(square): make prefix case sensitive (#1469)
  * refactor(kubernetes-secret): collapse rules and update regex
    (#1462)
* Sat Sep 21 2024 opensuse_buildservice@ojkastl.de
- Update to version 8.19.2:
  * fix(rule): comment out errant validation case (#1509)
  * remove validate config test temporarily
  * Update README.md
* Sat Sep 14 2024 opensuse_buildservice@ojkastl.de
- Update to version 8.19.1:
  * fix flag access (#1506)
* Sat Sep 14 2024 opensuse_buildservice@ojkastl.de
- Update to version 8.19.0:
  * Deprecate `detect` and `protect`. Add `git`, `dir`, `stdin`
    (#1504)
  * Update Harness rules to add _ and - in the account ID part.
    (#1503)
  * chore: fix gl workflow error (#1487)
  * Make config generation utils public (#1480)
  * Update Hashicorp Vault token pattern (#1483)
  * feat(config): update rule validation (#1466)
  * Update .gitleaksignore
  * fix(detect): handle EOF with bytes (#1472)
  * Added poetry.lock to default allowlist paths (#1474)
  * refactor(sarif): remove |name| and change |shortDescription|
    (#1473)
  * Use rule id for config validation error (#1463)
  * Use first non-empty group if `secretGroup` isn't set (#1459)
  * chore: remove unnecessary capture groups (#1460)
  * Return non-0 exit code  from `DetectGit` (#1461)
  * add gradle verification-metadata.xml to global allowlist
    (#1446)
  * feat(openshift): add user token (#1449)
  * (feat): Adding secret detection rule for Kubernetes secrets
    (#1454)
  * add version to default
  * Add go.work and go.work.sum to global allowlist (#1353)
  * Add harness PAT and SAT rules (#1406)
  * Update README.md
* Fri Jun 14 2024 opensuse_buildservice@ojkastl.de
- Update to version 8.18.4:
  * Limit hashicorp-tf-password to .tf/.hcl files (#1420)
  * rm print
  * reduce telegram... todo url and xml for later
  * coderabbit.ai <3
  * Add NewRelic insert key detection (#1417)
  * Improved Telegram bot token rule regex and added more test
    cases (#1404)
  * Add intra42 client secret (#1408)
* Sat Jun 01 2024 opensuse_buildservice@ojkastl.de
- Update to version 8.18.3:
  * extend FB access token discovery (#1407)
  * tests: scalingo validation consistent test (#1359)
  * add real (test) standard and restricted keys (#1375)
  * Add Cloudflare API and Origin CA keys (#1374)
  * Update "contributing guidelines" link (#1390)
  * add update token from square (#1370)
  * feat: facebook secret, access token, and page access token
    rules (#1372)
  * update mailchimp with new tokens (#1376)
  * Append ordered rules when extending (#1304)
  * fix: age rule id with dashes (#1349)
  * patching golang.org/x/text for CVE-2021-38561 and
    CVE-2022-32149 (#1342)
  * Use latest base images. (#1334)
Version: 8.16.0-bp156.1.14
* Mon Mar 13 2023 Johannes Kastl <kastl@b1-systems.de>
- BuildRequire go1.19; fix wrong URL and Summary
* Mon Mar 13 2023 kastl@b1-systems.de
- Update to version 8.16.0:
  * Feat/allowlist regex target (#1107)
* Mon Mar 13 2023 kastl@b1-systems.de
- Update to version 8.15.4:
  * ignore package-lock.json (#1076)
  * Fix typos in README.md and CONTRIBUTING.md (#1090)
  * fix: ignore baseline if path was not relative in source (#1101)
  * Fix H in GitHub and update pre-commit rev tag in README (#1087)
* Mon Mar 13 2023 kastl@b1-systems.de
- Update to version 8.15.3:
  * Add missing GitLab token patterns (#1077)
  * Fix rule for private keys (#1072)
* Mon Mar 13 2023 kastl@b1-systems.de
- Update to version 8.15.2:
  * remove color formatting when #1042 is encountered (#1050)
  * Update README.md
  * adding jwt tokens with padding format "=" (#1031)
* Mon Mar 13 2023 kastl@b1-systems.de
- Update to version 8.15.1:
  * include default newline pairs when calculating location (#1038)
  * Add rule for fine-grained GitHub PAT (#1026)
* Mon Mar 13 2023 kastl@b1-systems.de
- Update to version 8.15.0:
  * Add scanning from a pipe with --pipe (#1012)
  * add a few fingerprints for test data
  * Add support for following symlinks (#1010)
  * fix bug in readme (#1011)
* Mon Mar 13 2023 kastl@b1-systems.de
- Update to version 8.14.1:
  * define log-opts, odd that this wasn't failing before... (#1009)
* Mon Mar 13 2023 kastl@b1-systems.de
- Update to version 8.14.0:
  * add --max-target-megabytes : maximum size for a file/blob to be
    scanned (#1003)
  * Update USERS.md
  * Update .gitleaksignore
  * Update README.md
  * Add detection rules for DigitalOcean tokens (#1002)
  * docs: add Trendyol to users (#998)
  * docs: added goreleaser to user list (#997)
  * Update USERS.md (#996)
  * Create USERS.md
  * Exclude dacpac refactorlogs (#990)
  * Output number of commits at info-level. (#991)
  * Detect Slack Workflow Webhook URLs (#989)
  * Upgrade go version to 1.19 (#987)
  * Minor cleanup to error handling and logging (#985)
* Mon Mar 13 2023 kastl@b1-systems.de
- Update to version 8.13.0:
  * Update README.md
  * Update .gitleaksignore
  * Update README.md
  * Adding quiet mode to silence banner (#852)
  * Issue #980: Add support for Telegram Bot API Token (#981)
  * add rule for microsoft teams webhooks (#970)
  * Add baseline (#975)
  * Add pre-commit autoupdate command to README.md (#978)
  * refactor: more precise rule for private keys (#930)
* Mon Mar 13 2023 kastl@b1-systems.de
- Update to version 8.12.0:
  * update gitleaksignore
  * add fingerprint to output
  * Pretty output (#973)
  * Update version in readme file (#972)
* Mon Mar 13 2023 kastl@b1-systems.de
- Update to version 8.11.2:
  * ignore empty files (#965)
* Mon Mar 13 2023 kastl@b1-systems.de
- Update to version 8.11.1:
  * Add grafana tokens rules (#959)
  * add prefect and readme rules (#961)
* Mon Mar 13 2023 kastl@b1-systems.de
- Update to version 8.11.0:
  * draft: bump gitdiff, add git.Err state, better log messages
    (#954)
* Mon Mar 13 2023 kastl@b1-systems.de
- Update to version 8.10.3:
  * Feat/add fingerprint no git (#952)
* Mon Mar 13 2023 kastl@b1-systems.de
- Update to version 8.10.2:
  * safe file checking (#946)
  * Update README.md
* Mon Mar 13 2023 kastl@b1-systems.de
- Update to version 8.10.1:
  * Explicit fingerprint (#944)
* Mon Mar 13 2023 kastl@b1-systems.de
- Update to version 8.10.0:
  * add two test findings to gitleaksignore
  * Feat/ignore finding (#938)
  * add jwt rule (#943)
  * bump golang test version (#942)
  * gitleaks allow docs (#941)
  * Add new rules for vault tokens (#919)
  * Feature/add sidekiq rules (#933)
* Mon Mar 13 2023 kastl@b1-systems.de
- Update to version 8.9.0:
  * update readme
  * add url for config
  * Feature: Adding the ability to extend configuration files (#926)
  * Add fix for issue #915 (#916)
  * Update README.md
* Mon Mar 13 2023 kastl@b1-systems.de
- Update to version 8.8.12:
  * Update README.md
  * Update README.md
  * adding access to generic rule keywords and identifiers
  * Fix proper names capitalization (#907)
  * Add multi platform build (#897)