nyx/tests/fixtures/rust_framework_rules
2026-05-07 01:29:31 -04:00
..
actix_handlers.rs Release/0.5.0 (#35) 2026-04-25 17:59:11 -04:00
axum_handlers.rs Release/0.5.0 (#35) 2026-04-25 17:59:11 -04:00
Cargo.toml Prerelease cleanup (#46) 2026-04-29 00:58:38 -04:00
expectations.json new capacity bits (#67) 2026-05-07 01:29:31 -04:00
README.md Release/0.5.0 (#35) 2026-04-25 17:59:11 -04:00
rocket_handlers.rs Release/0.5.0 (#35) 2026-04-25 17:59:11 -04:00

rust_framework_rules

Purpose

Realistic Rust framework rules corpus fixture used as a multi-file scan regression.

Expectations

  • required: taint-unsanitised-flow (≥4)
  • forbidden: (none)
  • noise_budget: max_total=10, max_high=10

Why noise_budget stays

Realistic apps produce a natural mix of true-positive findings plus minor framework/helper noise. noise_budget is a loose upper bound that guards against precision regressions without requiring an exact per-finding pin. The required_findings list captures the must-fire truth set; anything new within the budget is permitted variance.