Skip to content

Tags: trufflesecurity/trufflehog

Tags

v3.88.16

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
LaunchDarkly Token Analyzer (#3948)

* initial commit

* added more apis

* added test cases

* removed imposter print statement

* updated some code

* removed id from printResources

* added nabeel suggestion and set analysis info

* resolved ahrav comments

* resolved ahrav comments

* implemented ahrav's suggestion 🔥

* resolved linter error

v3.88.15

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update golang docker tag to v1.24 (#3950)

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

v3.88.14

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[bug] - Ensure detector HTTP clients share the same timeout set at ru…

…ntime (#3946)

v3.88.13

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
elevenlabs analyzer (#3850)

* added analyzer initial working structure

* restructured the resources

* added history read api

* added history delete api

* fixed http method issue

* added delete dubbing api and refactored the code

* added dubbing read api

* optimized requests and added projects api

* added pronunciation dictionaries apis

* fixed linter

* added models,audionative,workspace apis

* added some last apis

* Deleted \

* fixed linter

* few more enhancements and test cases added

* added go generate command

* optimized the code and resolved the comments

* fixed linter

* fixed indentation

* resolved comments

* kicked imposter print statement

* formatted cli.go

* Update pkg/analyzer/analyzers/elevenlabs/elevenlabs.go

Co-authored-by: Eng Zer Jun <engzerjun@gmail.com>

* resolved comments

* added secret info methods which safely append and read permission and resources

---------

Co-authored-by: Eng Zer Jun <engzerjun@gmail.com>

3.88.13

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Feat] DigitalOcean Analyzer (#3932)

* digitalocean analyzer implementation

* optimize checkPermissions function to concurrently run tests

* fixed conflict issues.
better commenting
updated the go-pretty import
updated the expected output.

* remove unused functions.

v3.88.12

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove duplicate `github.com/jedib0t/go-pretty` dependency (#3924)

PR #3099 introduced the `trufflehog analyze` command but accidentally
included the same dependency with different versions.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>

v3.88.11

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
updated go-re2 to v1.9.0 to fix panics for go1.24 (#3923)

v3.88.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
remove magnetic from default (#3920)

v3.88.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add protos for github realtime (#3911)

GitHub Realtime doesn't exist yet, but developing it without these is a real pain, and we're going (probably) going to need them eventually, so here they are. (If we don't end up needing them, we can just remove them.)

v3.88.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(azure): log unhandled error codes (#3865)