mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-06 19:35:13 +02:00
* refactor: Update comments for clarity and add expectations.json files for performance metrics * feat: Implement FP guard for JS/TS local-collection receivers to suppress missing ownership checks * feat: Enhance Rust parameter handling to classify local collections and prevent false ownership checks * refactor: Simplify code formatting for better readability in multiple files * refactor: Improve UTF-8 sequence length handling and enhance clarity in loop iteration * feat: Update Java and Python patterns to include new security rules * refactor: Improve comment clarity and consistency across multiple Rust files * refactor: Simplify code formatting for improved readability in integration tests and module files * refactor: Improve comment formatting and enhance clarity in assertions across multiple files |
||
|---|---|---|
| .. | ||
| config.rs | ||
| expectations.json | ||
| handler.js | ||
| README.md | ||
| utils.py | ||
mixed_project
Purpose
Realistic Multi-language realistic project fixture used as a multi-file scan regression.
Expectations
- required:
taint-unsanitised-flow(≥10),js.code_exec.eval(≥1) - forbidden: (none)
- noise_budget: max_total=40, max_high=20
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.