chore(deps): update dependency betterleaks/betterleaks to v1.8.0 - #1673
Open
renovate[bot] wants to merge 2 commits into
Open
chore(deps): update dependency betterleaks/betterleaks to v1.8.0#1673renovate[bot] wants to merge 2 commits into
renovate[bot] wants to merge 2 commits into
Conversation
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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.4→v1.8.0v1.8.1Release Notes
betterleaks/betterleaks (betterleaks/betterleaks)
v1.8.0Compare Source
What's New
More Generic Rules
Previously,
generic-api-keyalso handled password-like identifiers. In v1.8.0, generic credential detection is separated into focused rules:generic-api-keylowand can move tomediumwhen stronger context is presentgeneric-passwordlowand can move tomediumwhen nearby identity or authentication context strengthens the findinggeneric-credential-urimediumand drops tolowfor test, documentation, or example-like contextsThe password rule uses nearby authentication, connection, and username fields as supporting evidence. A hidden
generic-usernamecomponent supplies that context without producing standalone username findings.The credential URI rule reports the embedded password rather than the entire URI. Provider-specific rules continue to take precedence when a more precise match is available.
Filter findings by confidence
Every bundled rule now assigns a
low,medium, orhighconfidence level based on how strongly its pattern indicates a real secret.Use the new
--confidenceflag to set the minimum level included in a scan:betterleaks dir . --confidence mediumSuppressed findings are removed before live validation, so they do not generate validation requests or affect reports, finding counts, or exit codes.
Customize confidence
Custom rules can assign a static confidence level:
Rule filters can also change confidence based on context using
filter.setConfidence:It's a bit hacky and should be used sparingly, but it's better than not being able to update confidence in config.
Rules without an assigned confidence remain included when a confidence threshold is used, preserving compatibility with existing custom configurations.
More control over individual rules
This release also adds dedicated flags for disabling or isolating rules:
Both flags are repeatable and also support
-drand-iraliases. The existing--enable-ruleflag remains available as a compatibility alias for--isolate-rule.Other improvements
Full changelog: v1.7.4...v1.8.0
Changelog
706dbe2Chore/demote linkedin (#299)ecea1f6Fix incorrect column value being returned for files (#258)c4a792aIgnore deactivated Flickr token in Dojo Toolkit (#296)f3c0490Rule/generic uri (#304)23b73e4Rules/new username pw (#289)6cf4f1aRules/update w confidence (#297)d4fe93badditional gitlab incoming mail token detection (#288)3601d77chore: Bumping Go to 1.25.10 and update x/text library (#294)5e8ec7fdisable and isolate rules (#303)c8a3750fix (#306)6ed638afix path to CONTRIBUTING.md (#292)49f3292rule confidence + attribute (#293)6fa83ddupdating confidence for a few rules (#298)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.