trufflehog/pkg/sources
trufflesteeeve 63fcf33ce6
Fix improper github org member pagination (#814)
I'm not sure I fully understand why this issue exists. But I think the
short version is this: When we attempted to paginate users, we would set
a variable's Page value. But that variable appears to not actually be a
pointer, despite being added as one. It probably has to do with how
struct embedding works. Either way, if we make the overall options
variable the whole thing, and update its embedded struct with our page
variable, everything works out.
2022-09-21 16:22:42 -07:00
..
filesystem Use correct reader in filesystem source (#756) 2022-08-30 10:24:52 -07:00
git Use headref and check empty commits for base (#815) 2022-09-21 16:04:01 -07:00
github Fix improper github org member pagination (#814) 2022-09-21 16:22:42 -07:00
gitlab [THOG-681] - Handle errors sources (#783) 2022-09-07 19:40:37 -07:00
s3 [THOG-681] - Handle errors sources (#783) 2022-09-07 19:40:37 -07:00
syslog Add common sentry recover library and add into goroutines (#738) 2022-08-29 11:45:37 -07:00
resume.go Allow gitlab to resume from encoded resume info (#611) 2022-06-17 11:45:17 -04:00
resume_test.go Allow gitlab to resume from encoded resume info (#611) 2022-06-17 11:45:17 -04:00
sources.go [THOG-681] - Handle errors sources (#783) 2022-09-07 19:40:37 -07:00
test_helpers.go [Thog-371] Utilize config struct for engine scans (#700) 2022-08-10 10:11:13 -07:00