Releases: trufflesecurity/trufflehog
Releases · trufflesecurity/trufflehog
v3.90.2
What's Changed
- Added Anypoint API OAuth2 Detector by @nabeelalam in #4312
- Updated and Fixed CircleCI Source by @kashifkhan0771 in #4309
- Add additional Vector configuration options by @dustin-decker in #4301
- Removed stored logger from HuggingFace source by @kashifkhan0771 in #4328
- Suppress AWS SDK checksum skip warnings for S3 by @peterfraedrich in #4324
- Add slack continuous protobuf messages by @camgunz in #4330
- [Update] Dovico Detector Updated by @nabeelalam in #4290
New Contributors
- @peterfraedrich made their first contribution in #4324
Full Changelog: v3.90.1...v3.90.2
v3.90.1
What's Changed
- Added KeySet Pagination for Gitlab Projects V2 Enumeration by @kashifkhan0771 in #4319
- Salesforce Refresh Token Detector by @shahzadhaider1 in #4295
Full Changelog: v3.90.0...v3.90.1
v3.90.0
What's Changed
- chore: fix comment by @largemouth in #4239
- Fixed jira detector invalid domain issue by @kashifkhan0771 in #4250
- Added LangSmith API Key detector by @kashifkhan0771 in #4251
- Gitparse test: Decreased MaxDiffSize in gitparse TestMaxDiffSize() function by @nabeelalam in #4240
- Updated GoDaddy Detector by @kashifkhan0771 in #4258
- Bannerbear Detector V2 by @shahzadhaider1 in #4222
- Surface errors when Github source cannot fetch repo or gist by @kashifkhan0771 in #4259
- Move default detectors ownership to OSS by @rosecodym in #4257
- Added Shannon Entropy Check in Gitlab v1 detector by @kashifkhan0771 in #4260
- Feat: bitbucket app by @x-stp in #4214
- fix: throws error if dir not found by @sahil9001 in #3419
- (fix) Flaky BoxOAuth detector test by @abmussani in #4199
- Enabled and Enhanced Artifactory Detector by @kashifkhan0771 in #4207
- Fix TestChunkUnit by @shahzadhaider1 in #4263
- Disable s3 filter test by @rosecodym in #4262
- feat [detector]: added hasura detector by @sahil9001 in #3427
- Handle no such host errors for Algolia Detector by @kashifkhan0771 in #4264
- [Update] Coinbase API Detector Updated by @nabeelalam in #4202
- Added SQL Server error code and message to verification error by @kashifkhan0771 in #4267
- Fixed and Improved billomat detector by @kashifkhan0771 in #4268
- Allow users to exit the TUI when there are extra args by @mcastorina in #4274
- Updated ExchangeRate Detector by @kashifkhan0771 in #4278
- Deprecated AirTable API Key detector by @kashifkhan0771 in #4266
- [chore] Write --help to stdout by @mcastorina in #4277
- Salesforce OAuth2 Detector by @shahzadhaider1 in #4252
- [Update] Added Missing Indeterminate Verification Errors In Detectors Starting With Letter "A" by @nabeelalam in #4256
- Updated Lokalise Detector by @kashifkhan0771 in #4279
- updating oss documentation to explain info provided here: CSM-1118 by @jordanTunstill in #4271
- RoninApp Rebranded to Clientary by @kashifkhan0771 in #4272
- [Update] Dwolla Detector Updated by @nabeelalam in #4282
- Added support for scanning images from the docker daemon by @saghaulor in #4276
- Revert "Added support for scanning images from the docker daemon" by @rosecodym in #4291
- Fixed Gist URL Detection by @kashifkhan0771 in #4284
- chore: fix some minor issues in the comments by @shangchenglumetro in #4292
- Updated Detectors Proto by @kashifkhan0771 in #4294
- [perf] - Optimize Chunk Size Handling for Improved I/O and Memory Efficiency by @ahrav in #3134
- fix(deps): update module github.com/charmbracelet/bubbletea to v1.3.6 by @renovate[bot] in #4227
- fix(deps): update module github.com/google/go-containerregistry to v0.20.6 by @renovate[bot] in #4230
- chore(deps): update dependency go to v1.24.5 by @renovate[bot] in #4298
- Simplified Gitlab Enumeration by @kashifkhan0771 in #4283
- fix(deps): update aws-sdk-go-v2 monorepo by @renovate[bot] in #4299
- fix(deps): update github.com/avast/apkparser digest to d53391f by @renovate[bot] in #4297
- fix(deps): update module github.com/hashicorp/go-retryablehttp to v0.7.8 by @renovate[bot] in #4302
- fix(deps): update module github.com/xo/dburl to v0.23.8 by @renovate[bot] in #4303
- fix(deps): update module go.mongodb.org/mongo-driver to v1.17.4 by @renovate[bot] in #4304
- fix(deps): update module go.uber.org/mock to v0.5.2 by @renovate[bot] in #4305
- chore(deps): update alpine docker tag to v3.22 by @renovate[bot] in #4307
- chore(deps): update sigstore/cosign-installer action to v3.9.1 by @renovate[bot] in #4308
- add detection for updated asana personal access token by @SyedAliHamad in #4273
- Added v2 for CircleCI Detector by @kashifkhan0771 in #4300
- Add field for conditional permission binding by @bill-rich in #4316
- Add support for docker daemon as a source by @saghaulor in #4306
New Contributors
- @largemouth made their first contribution in #4239
- @x-stp made their first contribution in #4214
- @saghaulor made their first contribution in #4276
- @SyedAliHamad made their first contribution in #4273
Full Changelog: v3.89.2...v3.90.0
v3.89.2
What's Changed
- Analyzer/datadog by @amanfcp in #4132
- (fix) validation to ensure only one of --org or --repo is provided for Github source by @abmussani in #4141
- addition of percent encoding for raw brackets CSM-1195 by @jordanTunstill in #4221
- fix(deps): update aws-sdk-go-v2 monorepo by @renovate in #4213
- fix(deps): update module github.com/bradleyfalzon/ghinstallation/v2 to v2.14.0 by @renovate in #4025
- fix(deps): update github.com/avast/apkparser digest to 166ba17 by @renovate in #4119
- fix(deps): update module github.com/go-logr/logr to v1.4.3 by @renovate in #4228
- fix(deps): update module github.com/googleapis/gax-go/v2 to v2.14.2 by @renovate in #4231
- Log recursion limiting by @camgunz in #4236
- Add git metrics for cloning and scanning by @dustin-decker in #4234
- [bugfix] - Refactor Jenkins Log Chunking to Use HandleFile by @ahrav in #4225
Full Changelog: v3.89.1...v3.89.2
v3.89.1
What's Changed
- feat(docker): implement exclude paths functionality by @tannerjones4075 in #4057
- chore(deps): update dependency go to v1.24.4 by @renovate in #4136
- chore(deps): update sigstore/cosign-installer action to v3.8.2 by @renovate in #4212
- Update ngrok.go detector to handle 403s properly by @thiggy1342 in #4216
New Contributors
- @tannerjones4075 made their first contribution in #4057
- @thiggy1342 made their first contribution in #4216
Full Changelog: v3.89.0...v3.89.1
v3.89.0
What's Changed
- Stripe Payment Intent Detector by @shahzadhaider1 in #4138
- Added support to scan github commit metadata for targeted scans by @kashifkhan0771 in #4189
- Remove prefix regex for JIRA V2 patterns by @kashifkhan0771 in #4197
- Fix false positives detection in LarkSuite token regex by @annetteshajan in #4194
- Fix sqlserver detector by @shahzadhaider1 in #4200
- chore(actions): check to install
jq
if it is not already by @appleboy in #4000 - Added new version for heroku detector by @kashifkhan0771 in #4201
- [fix] Report the unit in a single scan job by @mcastorina in #4209
- Remove job ID from bytes_scanned and chunks_scanned metrics by @rosecodym in #4206
- Pass Context Through Postman NewRequest by @martinlocklear in #4190
- Fix typo: remove duplicated 'about' in documentation by @RobertoFilho0100 in #4211
- Add support for defining sources via a config file by @mcastorina in #4172
- Updated OpenAI Analyzer by @kashifkhan0771 in #4203
- Jiratoken Analyzer by @shahzadhaider1 in #4193
- Fix git commit validation by @kashifkhan0771 in #4192
New Contributors
- @shahzadhaider1 made their first contribution in #4138
- @annetteshajan made their first contribution in #4194
- @appleboy made their first contribution in #4000
- @RobertoFilho0100 made their first contribution in #4211
Full Changelog: v3.88.35...v3.89.0
v3.88.35
What's Changed
- chore: fix some function names by @jinjiadu in #4175
- Improved JIRA detector by @kashifkhan0771 in #4155
- Github and Gitlab Authentication via
http.extraHeader
for cloning Repositories by @kashifkhan0771 in #4139 - Updated LaunchDarkly Analyzer and Detector by @kashifkhan0771 in #4178
- [Fix] Fixed False-Positive Verification in Okta Verification by @nabeelalam in #4180
- (fix) Leading = in gitlab v1 token by @abmussani in #4156
- Added deepseek support by @bunnyanon in #3980
- Rename url parameter in Postman client to urlString by @martinlocklear in #4184
- Update GitHub analyzer to use correct AnalyzerType in results by @amanfcp in #4188
- (fix) Auth0 Management token flaky test by @abmussani in #4179
- Skip Intermittently Failing Git Tests by @martinlocklear in #4187
- Bump the Postman client timeout by @martinlocklear in #4183
- Alias custom context in Postman Client by @martinlocklear in #4185
- Better Postman API request timeout logging by @martinlocklear in #4186
- Remove Snowflake Driver by @amanfcp in #4173
New Contributors
- @bunnyanon made their first contribution in #3980
Full Changelog: v3.88.34...v3.88.35
v3.88.34
What's Changed
- Enhanced smartsheets detector by @kashifkhan0771 in #4168
- feat: allow input source from pipe by @strazzere in #4088
- Prevent indefinite hang for sql server detector by @kashifkhan0771 in #4174
Full Changelog: v3.88.33...v3.88.34
v3.88.33
What's Changed
- Change filesystem unit enumeration to use provided inputs by @mcastorina in #4163
- Added support for indeterminate verification for letter Z detectors by @kashifkhan0771 in #4165
Full Changelog: v3.88.32...v3.88.33
v3.88.32
What's Changed
- docs: fix typos by @bobidle in #4158
- Change github file extension log message verbosity by @martinlocklear in #4159
- Increase postman logging verbosity by @martinlocklear in #4160
- Reduce verbosity of chunk trace logging by @martinlocklear in #4161
- Fixed Grafana detector by @kashifkhan0771 in #4166
Full Changelog: v3.88.31...v3.88.32