Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update pre-commit hook gitleaks/gitleaks to v8.20.1#398

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
renovate merged 1 commit intomainfromrenovate/gitleaks-gitleaks-8.x
Oct 14, 2024

Conversation

@renovate
Copy link
Contributor

@renovaterenovatebot commentedOct 7, 2024
edited
Loading

This PR contains the following updates:

PackageTypeUpdateChange
gitleaks/gitleaksrepositoryminorv8.19.3 ->v8.20.1

Note: Thepre-commit manager in Renovate is not supported by thepre-commit maintainers or community. Please do not report any problems there, insteadcreate a Discussion in the Renovate repository if you have any questions.


Release Notes

gitleaks/gitleaks (gitleaks/gitleaks)

v8.20.1

Compare Source

Changelog

v8.20.0

Compare Source

Changelog

Huge huge thanks to@​bplaxco for supporting b64 decoding,@​recreator66 for bug fixes, and to@​rgmz for his continued support of the project in the form of PRs and reviews. Thanks you!

New Feature:Decoding

Sometimes secrets are encoded in a way that can make them difficult to find
with just regex. Now you can tell gitleaks to automatically find and decode
encoded text. The flag--max-decode-depth enables this feature (the default
value "0" means the feature is disabled by default).

Recursive decoding is supported since decoded text can also contain encoded
text. The flag--max-decode-depth sets the recursion limit. Recursion stops
when there are no new segments of encoded text to decode, so setting a really
high max depth doesn't mean it will make that many passes. It will only make as
many as it needs to decode the text. Overall, decoding only minimally increases
scan times.

The findings for encoded text differ from normal findings in the following
ways:

  • The location points the bounds of the encoded text
    • If the rule matches outside the encoded text, the bounds are adjusted to
      include that as well
  • The match and secret contain the decoded value
  • Two tags are addeddecoded:<encoding> anddecode-depth:<depth>

Currently supported encodings:

  • base64 (both standard and base64url)

Configuration

📅Schedule: Branch creation - "before 4am on Monday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦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.


  • If you want to rebase/retry this PR, check this box

This PR was generated byMend Renovate. View therepository job log.

@renovaterenovatebot requested a review froma team as acode ownerOctober 7, 2024 10:36
@renovaterenovatebot added the dependenciesPull requests that update a dependency file labelOct 7, 2024
@renovaterenovatebotenabled auto-merge (squash)October 7, 2024 10:36
@renovaterenovatebot changed the titleUpdate pre-commit hook gitleaks/gitleaks to v8.20.0Update pre-commit hook gitleaks/gitleaks to v8.20.1Oct 7, 2024
@renovaterenovatebotforce-pushed therenovate/gitleaks-gitleaks-8.x branch 4 times, most recently from099195f to17ffbb7CompareOctober 10, 2024 01:53
| datasource  | package           | from    | to      || ----------- | ----------------- | ------- | ------- || github-tags | gitleaks/gitleaks | v8.19.3 | v8.20.1 |Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovaterenovatebotforce-pushed therenovate/gitleaks-gitleaks-8.x branch from17ffbb7 to42ea016CompareOctober 10, 2024 04:27
@renovaterenovatebot merged commit5d62417 intomainOct 14, 2024
13 checks passed
@renovaterenovatebot deleted the renovate/gitleaks-gitleaks-8.x branchOctober 14, 2024 10:54
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@pdabelf5pdabelf5pdabelf5 approved these changes

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@pdabelf5

[8]ページ先頭

©2009-2025 Movatter.jp