From 4143fc463f104ef3fdeacec3bc3f1c7b13b2a6fa Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Sat, 26 Jul 2025 21:01:35 -0700 Subject: [PATCH] updated README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ce5dad..8d398fa 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,13 @@ Kingfisher is a blazingly fast secret‑scanning and validation tool built in Ru Kingfisher originated as a fork of [Nosey Parker](https://github.com/praetorian-inc/noseyparker) by Praetorian Security, Inc, and is built atop their incredible work and the work contributed by the Nosey Parker community. -Kingfisher extends Nosey Parker with live secret validation via cloud-provider APIs, augments regex detection with tree-sitter for code parsing, adds GitLab support, and builds a Windows x64 binary. +Kingfisher extends Nosey Parker by: +1. Validating secrets in real time via cloud-provider APIs +2. Enhancing regex-based detection with source-code parsing for improved accuracy +3. Adding GitLab repository scanning support +4. Providing Jira scanning capabilities +5. Introducing a baseline feature that suppresses known secrets and reports only newly introduced ones +5. Offering native Windows environment support **MongoDB Blog**: [Introducing Kingfisher: Real-Time Secret Detection and Validation](https://www.mongodb.com/blog/post/product-release-announcements/introducing-kingfisher-real-time-secret-detection-validation)