chore(deps): update dependency betterleaks/betterleaks to v1.7.4 - #8737
Merged
Conversation
renovate
Bot
requested review from
Kurt-von-Laven,
bdovaz,
echoix and
nvuillam
as code owners
August 22, 2026 11:09
Contributor
✅
|
renovate
Bot
force-pushed
the
renovate/patch-betterleaks
branch
from
August 22, 2026 11:18
c577c75 to
156d7cf
Compare
nvuillam
disabled auto-merge
August 22, 2026 12:29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR contains the following updates:
v1.7.3→v1.7.4Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
betterleaks/betterleaks (betterleaks/betterleaks)
v1.7.4Compare Source
What's New
Added a
componentsfield in the[[rules]]table. The introduction ofcomponentsmoves Betterleaks toward a canonical rule model. Each rule in[[rules]]should describe how secrets get detected, which nearby values belong (via components) to it, how it is filtered, and how it is validated. Addingcomponentskeeps multipart relationships with the rule they belong to instead of introducing a separate configuration shape (or expanding[[rules.required]].A rule can reference other rules as required or optional
components. Thetop-level rule regex remains the reported secret and proximity anchor:
Components are required (as in
optional=false, not as in "each rule requires components) by default. Setoptional = trueto attach a component when present without making it gate the primary finding;optional = falseis equivalent to omitting the field.withinis optional and uses the same grammar as--match-context:5Lallows the primary match line plus up to four lines before and after,100Callows 100 characters on either side, and signs make a boundary directional (for example,-2L,+4C). Whenwithinis omitted, the component only needs to occur in the same fragment.You can reference
componentsin thevalidateExpr like:Components are keyed by the referenced component rule ID. Each has
secretandcapturesfields.Changelog
ed69eefcaptures was overloaded (#285)fabb0c2introduce components field, start deprecating rules.required (#282)e8c8ab9validator for algolia (#278)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.