trufflehog/pkg
Miccah 01c9ac7b59
Fix binary file hanging bug in git sources (#2388)
Waiting for the sub-command will block until all of `stdout` has been
read. In some cases, we return early due to failed chunking without
reading all of the data, and thus, get stuck waiting for the command to
finish. Closing the pipe will ensure `Wait` does not block on that I/O.
2024-02-05 15:28:49 -08:00
..
cache Extend memory cache (#2275) 2024-01-11 08:20:37 -08:00
cleantemp Wrap temp deletion err #2277 2024-01-08 12:48:58 -05:00
common fixing incorrect acct num id for some aws keys (#2332) 2024-01-23 13:27:50 -05:00
config [chore] - fix import name clashes (#2143) 2023-12-01 06:53:15 -08:00
context Add the 'Cause' family of functions to the context wrapper library (#1725) 2023-08-30 07:57:45 -07:00
custom_detectors Support multiple custom detectors (#2064) 2023-10-30 18:17:17 -04:00
decoders Filter unique detectors by keywords in chunk (#1711) 2023-10-23 08:02:01 -07:00
detectors Make AzureDevopsPersonalAccessToken verification more robust (#2359) 2024-02-01 08:40:44 -08:00
engine use only the DetectorKey as a map field (#2374) 2024-02-05 06:53:08 -08:00
gitparse Fix binary file hanging bug in git sources (#2388) 2024-02-05 15:28:49 -08:00
giturl [chore] - update docs for pre-commit (#2280) 2024-01-09 15:41:27 -08:00
handlers Individuate archive tests #2293 2024-01-12 09:39:48 -05:00
log [THOG-643] Implement independent log level controls (#733) 2022-08-26 15:27:09 -05:00
output updates to plain and json printing to include verification error (#2335) 2024-01-29 11:57:28 -05:00
pb Add s3 credential validation (#2362) 2024-02-02 12:49:46 -05:00
protoyaml Add custom detectors configuration parsing (#927) 2022-11-21 15:10:38 -06:00
sanitizer Initial CLI w/ partially implemented Git source and demo detector (#1) 2022-01-13 12:02:24 -08:00
sources Fix binary file hanging bug in git sources (#2388) 2024-02-05 15:28:49 -08:00
sourcestest [chore] Add SourceUnitEnumChunker filesystem tests (#1873) 2023-10-16 10:42:18 -07:00
tui Use placeholder as default if field left empty and is required (#1642) 2023-10-02 17:21:40 -07:00
updater [chore] Remove logrus from trufflehog (#1095) 2023-02-14 17:00:07 -06:00
version Automatically update trufflehog (#121) 2022-04-03 11:51:56 -07:00
writers/buffered_file_writer Allow for configuring the buffered file writer (#2319) 2024-01-30 12:51:58 -08:00