forked from mirrors/kingfisher
11 lines
360 B
Markdown
11 lines
360 B
Markdown
|
|
# 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.
|