trufflehog/pkg/handlers
ahrav 6ad5659334
Integration of SpecializedHandler for Enhanced Archive Processing (#1625)
* Add handler for .deb file formats.

* Add handler for .rpm file formats.

* update.

* move logic to general archive handler.

* update const.

* Add compile time guard.

* Remove redundant parens.

* Add checks to make sure we have the tools installed to extract arhives.

* Limit size of temp file for arhive reading.

* handle nested archives.

* add comment.

* use consistent name for tempEnv -> env

* fix handler fxn signature.
2023-08-15 16:08:55 -07:00
..
testdata Integration of SpecializedHandler for Enhanced Archive Processing (#1625) 2023-08-15 16:08:55 -07:00
archive.go Integration of SpecializedHandler for Enhanced Archive Processing (#1625) 2023-08-15 16:08:55 -07:00
archive_test.go Integration of SpecializedHandler for Enhanced Archive Processing (#1625) 2023-08-15 16:08:55 -07:00
handlers.go Integration of SpecializedHandler for Enhanced Archive Processing (#1625) 2023-08-15 16:08:55 -07:00