Skip to content

Tags: trufflesecurity/trufflehog

Tags

v3.90.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Update] Dovico Detector Updated (#4290)

* updated verification method in the dovico detector

* updated dovico detector pattern test

* added RawV2 value in dovico detector result

* updated dovico detector pattern test

* updated comment in dovico detector

---------

Co-authored-by: Shahzad Haider <76992801+shahzadhaider1@users.noreply.github.com>

v3.90.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Salesforce Refresh Token Detector (#4295)

* salesforce refresh token init

* added pattern tests for salesforce refresh token detector

* added integration tests for salesforce refresh token detector

* code cleaned

---------

Co-authored-by: Kashif Khan <70996046+kashifkhan0771@users.noreply.github.com>

v3.90.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for docker daemon as a source (#4306)

Now you can scan an image directly after building it with docker build by using the docker:// prefix. This is ideal for local development and CI/CD pipelines that want to ensure images do not contain leaked secrets before pushing to an image registry.

This resolves "Add support for scanning images from the Docker daemon" #4275.

This reverts commit 562dd72, which reverted the original version of this change that had some issues with its tests that we did not notice until after we merged it.

v3.89.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: use HandleFile for Jenkins build log processing to improve …

…chunking (#4225)

v3.89.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update ngrok.go detector to handle 403s properly (#4216)

v3.89.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix git commit validation (#4192)

* cleanup git commit validation

* fixed local git repo validation

* added remote commit validation

* removed remote repo commit validation

v3.88.35

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove Snowflake Driver (#4173)

* Refactor Snowflake detector to remove dependency on gosnowflake and implement custom login request handling

- Removed the gosnowflake driver dependency from the Snowflake detector.
- Introduced a custom login request structure and logic to handle authentication via Snowflake's undocumented API.
- Updated password validation to enforce minimum length and character requirements.
- Adjusted integration tests to account for changes in the Result struct

* Refactor Snowflake credential verification logic

- Moved the credential verification logic into a separate function, `verifyMatch`, to improve code organization and readability.
- Simplified error handling and response processing within the verification function.

* Refactor Snowflake password validation logic and simpler error handling

* Added documentation note regarding the undocumented Snowflake login endpoint.

v3.88.34

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prevent indefinite hang for sql server detector (#4174)

* prevent indefinite hang for sql server detector

* defer tcp conn close

v3.88.33

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added support for indeterminate verification for letter Z detectors (#…

…4165)

* initial commit

* handle and set verification errors

* some fixes

v3.88.32

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed Grafana detector (#4166)

* fixed grafana detector

* tighten the regex

* simplified