Richard Gomez

Results 101 issues of Richard Gomez

Please review the [Community Note](https://github.com/trufflesecurity/trufflehog/blob/main/.github/community_note.md) before submitting ### TruffleHog Version The latest version, 3.55.1, built locally. ### Expected Behavior When a Docker scan fails, TruffleHog should provide an obvious error...

bug

Please review the [Community Note](https://github.com/trufflesecurity/trufflehog/blob/main/.github/community_note.md) before submitting ## Description The SQLServer detector seems to match a number of obvious false-positives, so there's likely room to improve the pattern. **Examples** I...

enhancement

### 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...

enhancement

#### Description When `None` is included in the list of attributes passed to [`Connection.search`](https://github.com/cannatag/ldap3/blob/040e09fe37cf06801960d494dfadf0a6ed94e38f/ldap3/core/connection.py#L760-L765), it will throw an exception. ``` File "/usr/local/lib/python3.9/site-packages/ldapauthenticator/ldapauthenticator.py", line 263, in resolve_username conn.search( File "/usr/local/lib/python3.9/site-packages/ldap3/core/connection.py", line...

### Description: This implements a detector to find Docker registry credentials, inspired by [this suggestion](https://github.com/gitleaks/gitleaks/issues/1301) from @bgoareguer. The current code works, but is a bit messy and requires more feedback...

### Description: This is a follow-up to #2625. It fixes #2640 (at least based on my testing) and should allow scanning of gists with GHES, which was highlighted in https://github.com/trufflesecurity/trufflehog/issues/2640#issuecomment-2025398660....

### Description: This PR implements the following changes to the Mailgun detector: 1. Adds `key-` as a keyword, as it's a unique prefix of one token type 2. Deduplicates matches...

### Description: The [`test-detectors` workflow is failing due to numerous issues](https://github.com/trufflesecurity/trufflehog/actions/runs/8906992237/job/24460068279). This fixes a few of them. ### Checklist: * [ ] Tests passing (`make test-community`)? * [ ] Lint...

### Description: I believe the intention behind this code was to make sure that a given pattern matched, but it doesn't actually do this. A while ago, I explained in...

Please review the [Community Note](https://github.com/trufflesecurity/trufflehog/blob/main/.github/community_note.md) before submitting ### TruffleHog Version ### Trace Output ``` re2/re2.cc:772: DFA out of memory: pattern length 102, program size 928, list count 352, bytemap range...

bug