kingfisher/crates/kingfisher-rules
2026-04-07 10:42:44 -07:00
..
data/rules updated rules 2026-04-07 10:42:44 -07:00
src added more rules 2026-04-06 22:18: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.