From 3d10422bcc0fdd09516e097757b5fdb7405c1419 Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Mon, 20 Oct 2025 19:33:37 -0700 Subject: [PATCH] - Fixed kingfisher scan so that providing --branch without --since-commit now diffs the branch against the empty tree and scans every commit reachable from that branch. - Added rules for meraki, duffel, finnhub, frameio, freshbooks, gitter, infracost, launchdarkly, lob, maxmind, messagebird, nytimes, prefect, salingo, sendinblue, sentry, shippo, twitch, typeform --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9400b29..03405da 100644 --- a/README.md +++ b/README.md @@ -1224,7 +1224,7 @@ Since that initial fork, it has diverged heavily from Nosey Parker: - Added support for analyzing compressed files - Added support for building "baselines" to allow for only reporting on newly discovered secrets - Added Tree-Sitter based source code parsing on top of Hyperscan for deeper language-aware detection -- Expanded support for new targets (GitLab, BitBucket, Gitea, Jira, Confluence, Slack, S3, Docker, etc.) +- Expanded support for new targets (GitLab, BitBucket, Gitea, Jira, Confluence, Slack, S3, GCS, Docker, Hugging Face, etc.) - Replaced the SQLite datastore with an in-memory store + Bloom filter - Collapsed the workflow into a single scan-and-report phase with direct JSON/BSON/SARIF outputs - Delivered cross-platform builds, including native Windows