Mick Grove
1ca95b1b93
Updated README
2025-09-23 16:23:12 -07:00
Mick Grove
c7f9110268
Updated README
2025-09-23 16:21:17 -07:00
Mick Grove
a891d7950d
Updated README
2025-09-23 16:18:44 -07:00
Mick Grove
04bb3b74d0
Added support for Gitea
2025-09-23 13:07:45 -07:00
Mick Grove
3f82999ed5
Added support for BitBucket
2025-09-22 18:21:03 -07:00
Mick Grove
3ef9086759
Added a new CLI flag, --user-agent-suffix to allow developers to append additional information to the user-agent
2025-09-18 14:11:54 -07:00
Mick Grove
d0c948e257
Updated README
2025-09-16 14:29:53 -07:00
Mick Grove
bcec04b554
Added diff-only Git scanning via --since-commit and --branch, including remote-aware ref resolution so CI jobs can pair --git-url clones with pull request branches
2025-09-16 14:20:43 -07:00
Mick Grove
8a83203e3f
Added --github-exclude and --gitlab-exclude options to skip specific repositories when scanning or listing GitHub and GitLab sources, including support for gitignore-style glob patterns
2025-09-15 21:26:51 -07:00
Mick Grove
6785e61768
Increase max-file-size default to 256 mb (up from 64 mb)
2025-09-09 22:40:00 -07:00
Mick Grove
f4aa334a97
updated readme
2025-09-05 07:57:14 -07:00
Mick Grove
fa9639ff48
updated readme
2025-09-05 07:54:50 -07:00
Mick Grove
3a18d52245
updated readme
2025-09-04 23:52:43 -07:00
Mick Grove
eaa1de928f
Decode Base64 blobs and scan their contents for secrets while skipping short strings for performance. This has a small performance impact and can be disabled with --no-base64
2025-08-30 20:02:53 -07:00
Mick Grove
332f2c59f9
added top level 'self-update' cli sub command to update the binary independently. Now supports updating over homebrew managed binary
2025-08-27 15:35:01 -07:00
Mick Grove
c2de3bc25c
added rules for zhipu
2025-08-27 12:43:41 -07:00
Mick Grove
7f3846c8e7
Added a new install-precommit subcommand that installs a git pre-commit hook, prompting or accepting --global/--repo flags to control scope and configuring the hook to run kingfisher --quiet --only-valid --no-update-check
2025-08-22 17:33:03 -07:00
Mick Grove
2f1385f5f1
Added a new install-precommit subcommand that installs a git pre-commit hook, prompting or accepting --global/--repo flags to control scope and configuring the hook to run kingfisher --quiet --only-valid --no-update-check
2025-08-22 17:26:48 -07:00
Mick Grove
245fb20670
- Added '--repo-artifacts' flag to scan repository issues, gists/snippets, and wikis when cloning via '--git-url'
...
- Added rules for sendbird, mattermost, langchain, notion
- JWT validation hardened to reject alg:none by default (only allowed if explicitly configured), require iss for OIDC/JWKS verification, ensuring Active Credential means cryptographically verified and time-valid, not just unexpired
- Updated the Git cloning logic to include all refs and minimize clone output, allowing Kingfisher to analyze pull request and deleted branch history
2025-08-21 15:39:04 -07:00
Mick Grove
a3d9d22d6c
- Added '--repo-artifacts' flag to scan repository issues, gists/snippets, and wikis when cloning via '--git-url'
2025-08-20 20:41:11 -07:00
Mick Grove
bf08d973b4
Added '--skip-regex' and '--skip-word' flags to ignore secrets matching custom patterns or skipwords
2025-08-19 19:18:25 -07:00
Mick Grove
d2f40c477f
Fixed issue with self-update on Linux
2025-08-19 09:30:26 -07:00
Mick Grove
068448193f
fixed failing tests
2025-08-17 17:41:34 -07:00
Mick Grove
768d9c7899
added more rules
2025-08-16 20:23:27 -07:00
Mick Grove
b8ffa3ba0c
- Added support for scanning gitlab subgroups, with 'kingfisher scan --gitlab-group my-group --gitlab-include-subgroups'
2025-08-14 09:25:18 -07:00
Mick Grove
0502eeb7a1
Added support for scanning Confluence pages
2025-08-10 21:57:35 -07:00
Mick Grove
5e678155ba
Added support for scanning Confluence pages
2025-08-10 21:55:45 -07:00
Mick Grove
baa7b6e761
Added support for scanning Confluence pages
2025-08-10 21:51:31 -07:00
Mick Grove
0b8e8fcc75
Remote scans with --git-history=none now clone repositories with a working tree and scan the current files instead of erroring with 'No inputs to scan.'
2025-08-06 19:15:50 -07:00
Mick Grove
664cfd0e5c
- Fixed header precedence so custom HTTP validation headers like "Accept" are preserved
...
- Added new Heroku rule
2025-08-04 19:32:19 -07:00
Mick Grove
ef51e77e24
updating s3 feature
2025-08-03 20:59:58 -07:00
Mick Grove
10d604418b
improved integration test and updated README
2025-08-03 09:45:52 -07:00
Mick Grove
96ab0d4b59
-Added support for scanning AWS S3 buckets via --s3-bucket and optional --s3-prefix
...
- Added --role-arn and --aws-local-profile flags for S3 authentication alongside KF_AWS_KEY/KF_AWS_SECRET
2025-08-02 20:40:16 -07:00
Mick Grove
3d1b299cf5
Fixed validation caching for HTTP validators to include rendered headers so inactive secrets no longer appear active, in some cases. Removed pre-commit installation hook, due to bugs
2025-08-01 09:17:04 -07:00
Mick Grove
340f5b99c4
Added support for Slack. Wrote a basic integration test
2025-07-29 20:54:22 -07:00
Mick Grove
86ea3540e3
Added support for Slack. Wrote a basic integration test
2025-07-29 20:20:33 -07:00
Mick Grove
77cf7ba1ed
Added support for Slack
2025-07-29 19:51:02 -07:00
Mick Grove
3320863962
Added support for Slack
2025-07-29 19:00:49 -07:00
Mick Grove
d648756a03
Fixed broken windows build script
2025-07-29 10:12:40 -07:00
Mick Grove
22206cff30
fixed documentation typo
2025-07-28 11:04:24 -07:00
Mick Grove
4b032214f6
improved precommit hook, to allow global installation
2025-07-28 10:25:11 -07:00
Mick Grove
24fc33d5b9
improved authentication options for Docker support
2025-07-28 10:07:55 -07:00
Mick Grove
d9e3a61689
changed from oci-distribution to newer oci-client
2025-07-28 09:55:48 -07:00
Mick Grove
97dbda8f51
Adding support for scanning Docker images
2025-07-27 20:25:45 -07:00
Mick Grove
9a3fabdbf2
WIP: Adding support for scanning Docker images
2025-07-27 12:20:20 -07:00
Mick Grove
928dd193e0
updated README
2025-07-26 21:01:35 -07:00
Mick Grove
5c8f7d88ef
Added support for scanning issues returned from a JQL search using --jira-url and --jql
2025-07-25 17:23:18 -07:00
Mick Grove
c9818e0da3
Added precommit and prereceive hook installations. Fixing Gitlab support
2025-07-23 18:14:43 -07:00
Mick Grove
3fbacaa5f4
Fixed permission issue with cargo-deb running after docker based linux build
2025-07-22 08:27:20 -07:00
Mick Grove
bc5ecd6b1c
Fixed permission issue with cargo-deb running after docker based linux build
2025-07-22 08:25:42 -07:00