-
Notifications
You must be signed in to change notification settings - Fork 2k
Comparing changes
Open a pull request
base repository: trufflesecurity/trufflehog
base: v3.88.35
head repository: trufflesecurity/trufflehog
compare: v3.89.0
- 15 commits
- 50 files changed
- 9 contributors
Commits on May 29, 2025
-
Stripe Payment Intent Detector (#4138)
* stripe payment intent detector added * updated the stripe payment intent detector to verify the payment intents * tests updated for stripe payment intent * simplified code in the stripe payment intent detector * fetch secrets from gcp * updated stripe api return values for 400 and above cases * fixed integration test * updated the stripe payment intent detector keywords * updated the stripe payment intent detector to store the client secrets against all keys * simplified code * improved the client secret verification logic
Configuration menu - View commit details
-
Copy full SHA for 1ca22a6 - Browse repository at this point
Copy the full SHA 1ca22a6View commit details
Commits on Jun 2, 2025
-
Added support to scan github commit metadata for targeted scans (#4189)
* Added support to scan github commit metadata for targeted scans * added log * add commit hash in context * move context value adding to scanTarget * added v2 log
Configuration menu - View commit details
-
Copy full SHA for 957ece9 - Browse repository at this point
Copy the full SHA 957ece9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fca163 - Browse repository at this point
Copy the full SHA 5fca163View commit details
Commits on Jun 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1484992 - Browse repository at this point
Copy the full SHA 1484992View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45655e9 - Browse repository at this point
Copy the full SHA 45655e9View commit details
Commits on Jun 4, 2025
-
chore(actions): check to install
jq
if it is not already (#4000)- Change single quotes to double quotes for consistency - Add a check to install `jq` if it is not already installed Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> Co-authored-by: Kashif Khan <70996046+kashifkhan0771@users.noreply.github.com> Co-authored-by: Nabeel Alam <nabeelalam811@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f3b7c13 - Browse repository at this point
Copy the full SHA f3b7c13View commit details -
Added new version for heroku detector (#4201)
* Added new version for heroku detector * updated integration tests
Configuration menu - View commit details
-
Copy full SHA for 8b6aac3 - Browse repository at this point
Copy the full SHA 8b6aac3View commit details
Commits on Jun 5, 2025
-
[fix] Report the unit in a single scan job (#4209)
* [fix] Report the unit in a single scan job * Eliminate divide by 0 possibility
Configuration menu - View commit details
-
Copy full SHA for ab1b459 - Browse repository at this point
Copy the full SHA ab1b459View commit details -
Remove job ID from bytes_scanned and chunks_scanned metrics (#4206)
We have several metrics that have captured job ID as a dimension. This is, in a strict sense, "wrong" because the cardinality is unbounded, but our job counts have been low enough that we've been able to get away with it. However, recent exploration of a new distributed job technique has caused job counts to substantially increase, and this extra, "incorrect" dimension is now harder to justify. We have been recently seeing some trouble with some of our Prometheus scrapes, and while I haven't drawn a direct connection between that trouble and the increased cardinality, I do know that we don't use the job ID dimension anywhere. We always sum it away! So this commit removes it. We're shouldn't be doing it, we're not using it, and it might be causing problems we're seeing.
Configuration menu - View commit details
-
Copy full SHA for 5581f08 - Browse repository at this point
Copy the full SHA 5581f08View commit details -
Pass Context Through Postman NewRequest (#4190)
This allows the underlying http request to respect the context
Configuration menu - View commit details
-
Copy full SHA for 29c53eb - Browse repository at this point
Copy the full SHA 29c53ebView commit details
Commits on Jun 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 603767f - Browse repository at this point
Copy the full SHA 603767fView commit details -
Add support for defining sources via a config file (#4172)
* Add config.proto * Make protos * Add ConfigurableSource implementation * Parse config protoyaml into configured sources * Refactor setting postman keywords into a helper method on the engine * Add scan subcommand and plumb it all together * Refactor ConfigurableSource to ConfiguredSource * Export AhoCorasickCoreKeywords and return the set * Disallow source configurations for non-scan subcommands * Fix stdin scan compilation errors * Rename command to multi-scan * Add config file documentation * Add more documentation for ConfiguredSource * Replace initFunc closure with an embedded anonymous struct * Assign directly to refs * Fix typo
1Configuration menu - View commit details
-
Copy full SHA for ce3f2ae - Browse repository at this point
Copy the full SHA ce3f2aeView commit details -
Updated OpenAI Analyzer (#4203)
* Updated OpenAI Analyzer * fixed test
Configuration menu - View commit details
-
Copy full SHA for d1feae1 - Browse repository at this point
Copy the full SHA d1feae1View commit details -
* jira token analyzer init * added api requests in jiratoken analyzer * more apis added for jira resources * removed unnecessary code * added test for jira token analyzer * repeat resources in analyzer result based on assigned permissions of jira token * simplified the code * updated secret manager for analyzer tests
Configuration menu - View commit details
-
Copy full SHA for da08d9b - Browse repository at this point
Copy the full SHA da08d9bView commit details -
Fix git commit validation (#4192)
* cleanup git commit validation * fixed local git repo validation * added remote commit validation * removed remote repo commit validation
Configuration menu - View commit details
-
Copy full SHA for 3fbb9e9 - Browse repository at this point
Copy the full SHA 3fbb9e9View 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.88.35...v3.89.0