Add ruleset packs, linter, fixtures, and JSON schema

This commit is contained in:
2025-12-31 22:21:43 -05:00
parent dddac108fe
commit 21bb7cae5a
16 changed files with 475 additions and 174 deletions

9
rulesets/probe.toml Normal file
View File

@@ -0,0 +1,9 @@
[[rule]]
id = "COULD_NOT_FIND_CODEC_PARAMS"
domain = "probe"
severity = "medium"
confidence = 0.6
fix_tier = "none"
stop_scan = false
patterns = ["(?i)could not find codec parameters"]
notes = "Insufficient probe data; consider higher analyzeduration/probesize."