Skip to content

Tags: nipunn1313/trufflehog

Tags

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 (trufflesec…

…urity#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] (trufflesecurity#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 (trufflesecurity#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] (truf…

…flesecurity#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 (trufflesecurity#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 (trufflesecurity…

…#3788)

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

v3.86.1

Toggle v3.86.1'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/crypto to v0.31.0 (trufflesecur…

…ity#3767)

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

v3.86.0

Toggle v3.86.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add new detector for Twitch OAuth Access Tokens (trufflesecurity#3756)

* add detector for twitch access tokens

* add detector for twitch access tokens

v3.85.0

Toggle v3.85.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
updated twilio detector (trufflesecurity#3734)

v3.84.2

Toggle v3.84.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
added and updated pattern tests for detectors starting from p to q (t…

…rufflesecurity#3710)