trufflehog/pkg/gitparse
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
..
gitparse.go Fix binary file hanging bug in git sources (#2388) 2024-02-05 15:28:49 -08:00
gitparse_test.go Allow for configuring the buffered file writer (#2319) 2024-01-30 12:51:58 -08:00