kingfisher/crates/kingfisher-rules
2026-04-23 17:25:07 -07:00
..
data/rules performance improvements and rule improvements 2026-04-23 17:25:07 -07:00
src performance improvements and rule improvements 2026-04-20 09:55:27 -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 performance improvements and rule improvements 2026-04-20 09:55:27 -07: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.