trufflehog
trufflehog copied to clipboard
Find, verify, and analyze leaked credentials
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### TruffleHog Version 3.13.0 ### Expected Behavior Running trufflehog as: `docker run -it -v "$PWD:/pwd" trufflesecurity/trufflehog:latest gitlab --token=[TOKEN] --json --repo [GITLAB REPO]` returns output as expected ### Actual Behavior However,...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/hashicorp/golang-lru](https://togithub.com/hashicorp/golang-lru) | `v0.6.0` -> `v2.0.7` | [](https://docs.renovatebot.com/merge-confidence/)...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/trufflesecurity/trufflehog). ## Config Migration Needed - [ ]...
### Description: This creates a decoder to handle basic unicode escaped sequences (`\u1234`). TODO: - [ ] Handle other formats like `\u12` or `U+1234` - [ ] Restrict which characters...
### TruffleHog Version trufflehog 3.67.6 ### Trace Output ``` 2024-02-17T05:44:13Z info-2 trufflehog trufflehog 3.67.6 🐷🔑🐷 TruffleHog. Unearth your secrets. 🐷🔑🐷 2024-02-17T05:44:13Z info-4 trufflehog engine initialized 2024-02-17T05:44:13Z info-4 trufflehog setting up...
### Description: If the amount of data to be read is known ahead of time, it is recommended to use `io.ReadFull` as it guarantees the number of bytes to be...
There is a common pattern in detectors that can lead to undetected false negative results (e.g., result.Verified is set to false even though the issue is valid). The pattern: ```go...