trufflehog/pkg/sources
Cody Rose b7f08db1ef
Redact secret in git command output (#2539)
When we fail to clone a git repository we log the command output to help with diagnosis. However, this output can include credentials in certain cases (such as certain errors associated with redirects). We don't want to log credentials when this happens.
2024-03-06 11:51:35 -05:00
..
circleci [feat] - Make the client configurable (#2528) 2024-03-01 13:29:25 -08:00
docker Update Source interface to use SourceID and JobID types (#1774) 2023-09-14 11:28:24 -07:00
filesystem Add Display method to SourceUnit and Kind member to the CommonSourceUnit (#2450) 2024-02-20 11:24:13 -08:00
gcs Extend memory cache (#2275) 2024-01-11 08:20:37 -08:00
git Redact secret in git command output (#2539) 2024-03-06 11:51:35 -05:00
github [feat] - Make the client configurable (#2528) 2024-03-01 13:29:25 -08:00
gitlab Improve Gitlab default URL handling (#2491) 2024-02-28 14:15:11 -05:00
s3 Add naive S3 ignorelist (#2536) 2024-03-05 08:01:20 -05:00
syslog 1833 Fix syslog udp (#1835) 2024-01-08 09:59:48 -08:00
travisci [feat] - Make the client configurable (#2528) 2024-03-01 13:29:25 -08:00
chunker.go Fix goroutine leak (#2251) 2023-12-20 21:09:05 -08:00
chunker_test.go Fix goroutine leak (#2251) 2023-12-20 21:09:05 -08:00
errors.go Support fatal errors in job reports (#1562) 2023-07-31 11:28:30 -05:00
errors_test.go Add TravisCI source (#1877) 2023-10-30 07:28:25 -07:00
job_progress.go Add Display method to SourceUnit and Kind member to the CommonSourceUnit (#2450) 2024-02-20 11:24:13 -08:00
job_progress_hook.go Add Display method to SourceUnit and Kind member to the CommonSourceUnit (#2450) 2024-02-20 11:24:13 -08:00
job_progress_test.go Add Display method to SourceUnit and Kind member to the CommonSourceUnit (#2450) 2024-02-20 11:24:13 -08:00
legacy_reporters.go [chore] Rename file to legacy_reporters.go (#2406) 2024-02-09 18:17:46 -08:00
metrics.go Refactor UnitHook to block the scan if finished metrics aren't handled (#2309) 2024-02-08 14:50:58 -08:00
mock_job_progress_test.go replace interface{} with any. (#1771) 2023-09-15 04:35:15 -07:00
resume.go [chore] Remove logrus from circleci, filesystem, gitlab, and s3 sources (#1089) 2023-02-10 11:02:55 -06:00
resume_test.go [chore] Remove logrus from circleci, filesystem, gitlab, and s3 sources (#1089) 2023-02-10 11:02:55 -06:00
source_manager.go Add Display method to SourceUnit and Kind member to the CommonSourceUnit (#2450) 2024-02-20 11:24:13 -08:00
source_manager_test.go Add Display method to SourceUnit and Kind member to the CommonSourceUnit (#2450) 2024-02-20 11:24:13 -08:00
source_unit.go Add Display method to SourceUnit and Kind member to the CommonSourceUnit (#2450) 2024-02-20 11:24:13 -08:00
sources.go Add naive S3 ignorelist (#2536) 2024-03-05 08:01:20 -05:00
sources_test.go [chore] - Update Chunk struct comment (#2317) 2024-01-20 13:31:27 -08:00
test_helpers.go fix github integration tests (#1042) 2023-01-25 08:57:39 -08:00