Mick Grove
|
ae5c8eecbe
|
Replaced Match::finding_id’s SHA1-based hashing with a fast xxh3_64 digest that keeps IDs deterministic while eliminating a hot-path SHA1 dependency
|
2025-09-24 12:22:56 -07:00 |
|
Mick Grove
|
8c71eae231
|
Dropped the “prevalidated” flag from rule definitions and validation logic so every finding now flows through the standard active/inactive/unknown pipeline, simplifying rule configuration and preventing special‑case bypasses
|
2025-08-13 08:22:53 -07:00 |
|
Mick Grove
|
e73aec9d70
|
- Fixed issue when more than 1 named capture group is used in a rule variable
- Added 2 new liquid template filters: 'b64dec' and 'es256_sign'
- Added custom validator for Coinbase, and a Coinbase rule that uses it
|
2025-07-31 16:52:50 -07:00 |
|
Mick Grove
|
601ca05fc8
|
JWT validation performs OpenID Connect discovery using the iss claim and verifies signatures via JWKS
|
2025-07-14 15:31:44 -07:00 |
|
Mick Grove
|
cd4f626502
|
Added support for HTTP request bodies in rule validation. Added mistral and perplexity rule
|
2025-07-08 17:49:12 -07:00 |
|
Mick Grove
|
18e0b3c9b4
|
Fixed malformed rules. Now validating that response_matcher is present in validation section of all rules
|
2025-06-25 23:29:46 -07:00 |
|
Mick Grove
|
0d3513b6f9
|
Fixed malformed rules. Now validating that response_matcher is present in validation section of all rules
|
2025-06-25 22:17:37 -07:00 |
|
Mick Grove
|
fc4aee9e41
|
preparing for v1.12
|
2025-06-24 17:17:16 -07:00 |
|