Skip to content

Tags: trufflesecurity/trufflehog

Tags

v3.88.6

Toggle v3.88.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update module github.com/go-ldap/ldap/v3 to v3.4.10 (#3896)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/go-ldap/ldap/v3](https://redirect.github.com/go-ldap/ldap) | `v3.4.9` -> `v3.4.10` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-ldap%2fldap%2fv3/v3.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgo-ldap%2fldap%2fv3/v3.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgo-ldap%2fldap%2fv3/v3.4.9/v3.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-ldap%2fldap%2fv3/v3.4.9/v3.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>go-ldap/ldap (github.com/go-ldap/ldap/v3)</summary>

### [`v3.4.10`](https://redirect.github.com/go-ldap/ldap/releases/tag/v3.4.10): Simplify Go Module Versioning

[Compare Source](https://redirect.github.com/go-ldap/ldap/compare/v3.4.9...v3.4.10)

Experimental release to cleanup the code duplication, and simplify the go module versioning approach.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/trufflesecurity/trufflehog).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

v3.88.5

Toggle v3.88.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Compress release with UPX (#3456)

* Compress release with UPX

* Allow UPX to fail, and use goreleaser-pro

* update

v3.88.4

Toggle v3.88.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support exclude regexes, excludewords, and entropy filters for custom…

… detectors (#3860)

* Simple implementation of exclude regexes, stopwords, and entropy checks for customdetectors

* better name

* readme blurb and example

* link

v3.88.3

Toggle v3.88.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Fix] use unrestricted http client only for non-safe requests (#3847)

* exposed a MethodIsSafe() to reuse it in OpsGenie Analyzer.
Use Restricted Client for non-safe APIs.

* Renamed MethodIsSafe to IsMethodSafe for more clarity

v3.88.2

Toggle v3.88.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
added token_revoke status condition in slack api detector (#3831)

v3.88.1

Toggle v3.88.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update module github.com/go-git/go-git/v5 to v5.13.0 [secu…

…rity] (#3829)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v3.88.0

Toggle v3.88.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement verification cache (#3801)

This PR introduces a cache that allows the scanner to avoid emitting multiple requests to verify the same credential. In practice, it doesn't seem to reduce scan time at all, but it does seem to reduce the number of calls to FromData rather drastically.

The cache is implemented as an opt-out feature that can be disabled with a new CLI flag. If we don't like this, we can change it.

The metrics collection hopefully isn't too architecture-astronauty; I wanted to create something useful here that could also accommodate future Prometheus configuration without making the implementation all stupid.

v3.87.2

Toggle v3.87.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update module golang.org/x/net to v0.33.0 [security] (#3800)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v3.87.1

Toggle v3.87.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[fix] - integer types (#3793)

* fix types

* fix

v3.87.0

Toggle v3.87.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update golang.org/x/exp digest to b2144cd (#3788)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>