-
Notifications
You must be signed in to change notification settings - Fork 2k
Comparing changes
Open a pull request
base repository: trufflesecurity/trufflehog
base: v3.81.9
head repository: trufflesecurity/trufflehog
compare: v3.81.10
- 15 commits
- 17 files changed
- 6 contributors
Commits on Aug 17, 2024
-
fix(deps): update module github.com/sendgrid/sendgrid-go to v3.15.0+i…
…ncompatible (#3214) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3625d6a - Browse repository at this point
Copy the full SHA 3625d6aView commit details
Commits on Aug 20, 2024
-
fix(deps): update module github.com/charmbracelet/bubbletea to v0.27.0 (
#3229) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e5cba69 - Browse repository at this point
Copy the full SHA e5cba69View commit details -
chore(deps): update golang docker tag to v1.23 (#3228)
* chore(deps): update golang docker tag to v1.23 * Update Dockerfile.protos --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dustin Decker <dustin@trufflesec.com>
Configuration menu - View commit details
-
Copy full SHA for 3f4d411 - Browse repository at this point
Copy the full SHA 3f4d411View commit details -
fix(deps): update module github.com/prometheus/client_golang to v1.20…
….1 (#3236) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 772f164 - Browse repository at this point
Copy the full SHA 772f164View commit details -
fix(deps): update module google.golang.org/api to v0.192.0 (#3237)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4f945bf - Browse repository at this point
Copy the full SHA 4f945bfView commit details -
fix(deps): update module google.golang.org/api to v0.193.0 (#3238)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f56f321 - Browse repository at this point
Copy the full SHA f56f321View commit details -
fix(deps): update testcontainers-go monorepo to v0.33.0 (#3239)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0e8b433 - Browse repository at this point
Copy the full SHA 0e8b433View commit details -
fix(deps): update module cloud.google.com/go/secretmanager to v1.14.0 (…
…#3240) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a0400c1 - Browse repository at this point
Copy the full SHA a0400c1View commit details
Commits on Aug 21, 2024
-
Customize results cleaning (using smuggled interface) (#3235)
We have identified some cases in which the results "cleaning" logic (the logic that eliminates superfluous results) should not run. In order to allow this, we need to expose the cleaning logic to the engine. This PR does so by doing these things: - Create a CustomResultsCleaner interface that can be implemented by detectors that want to use custom cleaning logic - Implement this interface for the aws and awssessionkey detectors (and remove their previous invocation of their custom cleaning logic) - Modify the engine to invoke this logic (conditionally) This PR also removes the "custom" cleaning logic for the opsgenie, razorpay, and twilio detectors, because it was added erroneously. This is an alternative implementation of #3233.
Configuration menu - View commit details
-
Copy full SHA for f39a525 - Browse repository at this point
Copy the full SHA f39a525View commit details
Commits on Aug 23, 2024
-
Skip filtration for targeted scans #3243
There is a scenario in which results filtration is known to cause problems, and this PR disables it in that scenario. (It should cause problems more generally, but lacking any concrete cases of that, I want to tread lightly.)
Configuration menu - View commit details
-
Copy full SHA for 8f299ff - Browse repository at this point
Copy the full SHA 8f299ffView commit details -
Strip leading +/- from github target diffs (#3244)
The GitHub source generates chunks for targeted scans differently than it does for "normal" scans. One difference was the presence of leading + and - characters, which can interfere with detection in some cases.
Configuration menu - View commit details
-
Copy full SHA for 3b0b290 - Browse repository at this point
Copy the full SHA 3b0b290View commit details
Commits on Aug 26, 2024
-
Th 899 postman panic issue (#3245)
* Fixed the checks for local exported data * Fixed the check for local export files * Fixed the check for local export files * Fixed the check for local export files * Merge branch 'main' into th-899-postman-panic-issue * minor changes in the tests * test update * test
Configuration menu - View commit details
-
Copy full SHA for 69f5d9b - Browse repository at this point
Copy the full SHA 69f5d9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 247b56a - Browse repository at this point
Copy the full SHA 247b56aView commit details
Commits on Aug 29, 2024
-
Download files when reverifying (#3252)
The previous implementation of targeted file scanning pulled patches out of commit data, which didn't work for binary files (because GitHub doesn't return patches for them). This PR changes the system to always just download the requested file and scan it, which means we get binary file support.
Configuration menu - View commit details
-
Copy full SHA for dbc1464 - Browse repository at this point
Copy the full SHA dbc1464View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06bbd6f - Browse repository at this point
Copy the full SHA 06bbd6fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.81.9...v3.81.10