Mick Grove
6cb404bdcd
cargo update
2026-04-23 17:13:18 -07:00
Mick Grove
eb339505f6
performance improvements and rule improvements
2026-04-23 16:54:21 -07:00
Mick Grove
ea19a827a0
performance improvements and rule improvements
2026-04-23 14:45:35 -07:00
Mick Grove
d8e0a41fe8
performance improvements and rule improvements
2026-04-23 14:42:10 -07:00
Mick Grove
7ee1fd5163
performance improvements and rule improvements
2026-04-22 23:39:19 -07:00
Mick Grove
c50b3ba292
performance improvements and rule improvements
2026-04-19 16:33:13 -07:00
Mick Grove
a13b175fc5
performance improvements and rule improvements
2026-04-19 14:50:11 -07:00
Mick Grove
2d63146078
performance improvements and rule improvements
2026-04-17 18:06:17 -07:00
Mick Grove
09961f6feb
performance improvements and access map viewer improvements
2026-04-16 13:34:44 -07:00
Mick Grove
c89e527053
bug fix
2026-04-16 06:44:12 -07:00
Mick Grove
93a9cb796e
updates to new rules
2026-04-15 17:13:10 -07:00
Mick Grove
efa47ba140
updates to new rules
2026-04-15 14:37:26 -07:00
Mick Grove
6100eeb6b5
updated docs
2026-04-14 22:56:19 -07:00
Mick Grove
365422a819
fixed performance regression
2026-04-09 22:21:02 -07:00
Mick Grove
58e9cfd585
changes in response to PR review
2026-04-08 16:16:31 -07:00
Mick Grove
0cb854872b
Replaced tree-sitter with a lighter parser-based context verifier built from handwritten lexers plus tl/cssparser, preserving context-dependent matching while cutting about 19 MB from the release binary.
2026-04-07 23:20:17 -07:00
Mick Grove
45a565fa6e
added more rules
2026-04-06 22:18:58 -07:00
Mick Grove
99fb01aa66
fixed failing windows test setup
2026-04-04 17:24:04 -07:00
Mick Grove
a7b8711c5c
updated readme
2026-04-04 08:16:15 -07:00
Mick Grove
915dbca646
updated readme
2026-04-04 08:06:46 -07:00
Mick Grove
372b0e579e
more rules
2026-04-03 21:35:28 -07:00
Mick Grove
d42620919f
updated dependencies
2026-04-01 14:58:08 -07:00
Mick Grove
19fe52a9bf
added more access-maps
2026-04-01 10:20:52 -07:00
Mick Grove
ac2198e3bd
fixed github actions
2026-03-29 12:32:14 -07:00
Mick Grove
482a60bb9d
fixed github actions
2026-03-29 10:41:54 -07:00
Mick Grove
bfcec88482
updated dependencies
2026-03-24 09:40:06 -07:00
Mick Grove
6c32e374c3
openssf scorecard suggested improvements
2026-03-19 20:14:35 -07:00
Mick Grove
e6dd9cd7db
v1.90.0
2026-03-18 17:06:55 -07:00
Mick Grove
f0a3bee587
added --max-validation-response-length <BYTES>
2026-03-16 22:25:32 -07:00
Mick Grove
bc1093ca4a
v1.90.0
2026-03-15 13:59:07 -07:00
Mick Grove
e54b87a322
added Teams support
2026-03-13 22:53:05 -07:00
Mick Grove
60931c11a9
added Teams support
2026-03-13 17:39:34 -07:00
Mick Grove
ab811c8bcf
v1.87.0
2026-03-09 20:11:58 -07:00
Mick Grove
d66d8f0226
added new rules
2026-03-07 21:31:02 -08:00
Mick Grove
0bf066491a
v1.86.0
2026-03-05 20:36:27 -08:00
Mick Grove
fcac8cf1b7
rules updated
2026-03-03 16:47:59 -08:00
Mick Grove
0605848ed5
Fix extraction fallback handling
2026-02-28 12:42:08 -07:00
Mick Grove
3220ed3a80
Merge branch 'codex/pr-244-mergeable' into development
...
* codex/pr-244-mergeable:
Add Jira comment and changelog scanning
2026-02-28 11:14:19 -07:00
Mick Grove
719b91301d
Add Jira comment and changelog scanning
2026-02-28 11:13:00 -07:00
Mick Grove
0ae4e8445c
Updated kingfisher scan to accept Git repository URLs as positional targets (for example kingfisher scan github.com/org/repo or kingfisher scan https://gitlab.com/group/project.git ) without requiring --git-url.
2026-02-26 23:14:18 -07:00
Mick Grove
a5582d0544
added redis rule, modified from Titus project, and updated NOTICE file
2026-02-24 12:56:50 -07:00
Mick Grove
92f43d2e29
added --turbo mode
2026-02-24 12:25:12 -07:00
Mick Grove
aa29ee0e99
added '--fast' mode which sets maximum scan speed. Omits git commit context and will not base64 decode
2026-02-23 22:34:23 -07:00
Mick Grove
fa640e2c38
Python bytecode (.pyc) scanning: extracts string constants from compiled Python
2026-02-23 20:06:43 -07:00
Mick Grove
1f4ccb8144
Automatically extracts and scans SQLite database contents for secrets stored in table rows
2026-02-22 23:35:18 -07:00
Mick Grove
8cf09936fc
Kingfisher can now generate an auditor-friendly HTML report
2026-02-15 23:50:39 -08:00
Mick Grove
816d5c40ba
wip 1.83
2026-02-13 16:41:28 -08:00
Mick Grove
5882468177
Added optional validation rate limiting via --validation-rps (global) and repeatable --validation-rps-rule <RULE_SELECTOR=RPS> (per-rule override) for both scan and validate. Throttling now applies across built-in validator types (HTTP/gRPC plus AWS, GCP, Coinbase, MongoDB, Postgres, MySQL, JDBC, JWT, and Azure Storage). Rule selectors support the short form (for example, github=2 matches kingfisher.github.*) with longest-prefix precedence when multiple selectors apply.
2026-02-12 12:33:59 -08:00
Mick Grove
ec44d9b60b
- Added kingfisher.temporal.1 rule for Temporal Cloud API keys (namespace-scoped and user-scoped JWT formats) with Temporal-specific pattern matching.
...
- Added Temporal Cloud active credential validation via GET https://saas-api.tmprl.cloud/cloud/current-identity using bearer auth, so Temporal keys validate against provider APIs instead of generic OIDC discovery.
- Fixed JWT issuer normalization to treat bare host issuers (e.g. iss: temporal.io) as HTTPS URLs during discovery, avoiding low-level URL builder failures.
- Added crates/kingfisher-rules/build.rs to ensure embedded rule assets rebuild when files under crates/kingfisher-rules/data change.
2026-02-11 23:27:05 -08:00
Mick Grove
4a74e95756
v1.81.0
2026-02-10 19:43:34 -08:00