kingfisher/crates/kingfisher-rules
Mick Grove b518e349df v1.87.0
2026-03-09 20:46:08 -07:00
..
data/rules v1.87.0 2026-03-09 20:46:08 -07:00
src v1.87.0 2026-03-09 20:11:58 -07:00
build.rs - Added kingfisher.temporal.1 rule for Temporal Cloud API keys (namespace-scoped and user-scoped JWT formats) with Temporal-specific pattern matching. 2026-02-11 23:27:05 -08:00
Cargo.toml Kingfisher can now generate an auditor-friendly HTML report 2026-02-15 14:29:42 -08:00
README.md Kingfisher can now generate an auditor-friendly HTML report 2026-02-15 14:29:42 -08:00

kingfisher-rules

Rule definitions and compiled rule database support for Kingfisher.

This crate provides:

  • rule syntax and rule model types
  • YAML loading and parsing for rules
  • embedded builtin rules
  • RulesDatabase compilation for scanning engines

Use this crate with kingfisher-core and kingfisher-scanner to build reusable scanning workflows.