8000 Tags · trufflesecurity/trufflehog · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: trufflesecurity/trufflehog

Tags

v3.89.2

Toggle v3.89.2's commit message

Verified

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

…chunking (#4225)

v3.89.1

Toggle v3.89.1's commit message

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

Toggle v3.89.0's commit message

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

Toggle v3.88.35's commit message

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

Toggle v3.88.34's commit message

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

Toggle v3.88.33's commit message

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

Toggle v3.88.32's commit message

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

v3.88.31

Toggle v3.88.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(twitch): Update Twitch detector to handle new RawV2 field and adj…

…ust test expectations (#4150)

v3.88.30

Toggle v3.88.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(postman): prevent infinite recursion in variable substitution (#4145

)

* fix(postman): prevent infinite recursion in variable substitution

Add recursion depth limit and self-reference detection to the buildSubstitution function to prevent hanging when processing complex variable patterns. Includes comprehensive tests for edge cases.

* pr review improvements

v3.88.29

Toggle v3.88.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
test(sources/s3): fix missing region error (#4131)

Fixes: 5f56550 ("feat(sources/s3): migrate to AWS SDK v2 (#4069)")

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