Richard Gomez

Results 101 issues of Richard Gomez

### Description: This creates a decoder to handle basic unicode escaped sequences (`\u1234`). TODO: - [ ] Handle other formats like `\u12` or `U+1234` - [ ] Restrict which characters...

Please review the [Community Note](https://github.com/trufflesecurity/trufflehog/blob/main/.github/community_note.md) before submitting ### TruffleHog Version 3.67.5 ### Trace Output ``` 2024-02-11T17:22:52-05:00 error trufflehog error waiting for command {"source_manager_worker_id": "sIEwQ", "repo": "https://github.com/appleboy/DeepLearning-500-questions.git", "command": "/usr/bin/git -C /tmp/trufflehog-169189-937274496/.git...

bug

### Description: This is a follow-up to [#2107 ](https://github.com/trufflesecurity/trufflehog/pull/2107#issuecomment-1804655821) and #2335. The idea — inspired by the aforementioned PRs and [this Slack thread](https://trufflehog-community.slack.com/archives/CK3UYAQF2/p1703010062008909?thread_ts=1702998525.531699&cid=CK3UYAQF2) — was initially to create a flag...

### Description: This PR refactors the code for the GitHub source. The main changes are: * Consolidate information like size and visibility into a single `repoInfo` cache. * Remove the...

Please review the [Community Note](https://github.com/trufflesecurity/trufflehog/blob/main/.github/community_note.md) before submitting ### TruffleHog Version 3.67.5 ### Trace Output ``` 2024-02-11T20:04:34-05:00 error trufflehog error unarchiving chunk. {"source_manager_worker_id": "Ap0tp", "repo": "https://github.com/Mzack9999/subnet.git", "commit": "4bcb643", "path": "src/golang.org/x/tools/go/gcimporter15/testdata/versions/test_go1.7_1.a", "timeout":...

bug

Please review the [Community Note](https://github.com/trufflesecurity/trufflehog/blob/main/.github/community_note.md) before submitting ### TruffleHog Version 3.67.5 ### Trace Output ``` 2024-02-11T17:39:50-05:00 error trufflehog error reading chunk {"source_manager_worker_id": "sIEwQ", "repo": "https://github.com/matryer/xbar.git", "commit": "2c5f306", "path": "archive/bitbar/App/Vendor/Sparkle/Tests/Resources/SparkleTestCodeSignApp.dmg", "timeout":...

bug

### Description: An optimization introduced in PR #2253 inadvertently broke scanning of nested zip archives. Based on my testing, this fixes #2378. The changes to `pkg/sources/git/git.go` might also need to...

### Description: The secrets check currently fails on PRs from forks because it attempts to fetch the branch from this repository: ``` Run actions/checkout@v4 Syncing repository: trufflesecurity/trufflehog ... # https://github.com/trufflesecurity/trufflehog/pull/2234/checks...

Please review the [Community Note](https://github.com/trufflesecurity/trufflehog/blob/main/.github/community_note.md) before submitting ### TruffleHog Version ### Trace Output ``` 2024-02-04T17:35:52-05:00 error trufflehog error unarchiving chunk. {"source_manager_worker_id": "g9Nv6", "repo": "https://github.com/intel-cloud/cosbench.git", "commit": "380218a", "path": "0.3.1.0.zip", "timeout": 30,...

bug

Please review the [Community Note](https://github.com/trufflesecurity/trufflehog/blob/main/.github/community_note.md) before submitting ## Description PR #2233 added the ability to scan GitHub wikis by default, as wikis are just repos and scanning them has no...

enhancement