- 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
This commit is contained in:
Mick Grove 2025-10-20 19:33:37 -07:00
commit 3d10422bcc

View file

@ -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