trufflehog/pkg
ahrav 843334222c
[not-fixup] - Reduce memory consumption for Buffered File Writer (#2377)
* correctly use the buffered file writer

* use value from source

* reorder fields

* use only the DetectorKey as a map field

* correctly use the buffered file writer

* use value from source

* reorder fields

* add tests and update

* Fix issue with buffer slices growing

* fix test

* fix

* add singleton

* use shared pool

* optimize

* rename and cleanup

* use correct calculation to grow buffer

* only grow if needed

* address comments

* remove unused

* remove

* rip out Grow

* address coment

* use 2k default buffer

* update comment allow large buffers to be garbage collected
2024-02-06 09:22:25 -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 fix: case-insensitive ext check (#2383) 2024-02-06 10:13:53 -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 tightening opsgenie detection and verification (#2389) 2024-02-05 17:31:09 -08:00
engine use only the DetectorKey as a map field (#2374) 2024-02-05 06:53:08 -08:00
gitparse [not-fixup] - Reduce memory consumption for Buffered File Writer (#2377) 2024-02-06 09:22:25 -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 [not-fixup] - Reduce memory consumption for Buffered File Writer (#2377) 2024-02-06 09:22:25 -08:00