nyx/tests/fixtures/mixed_project
Eli Peter a438886217
Python fp and docs updtes (#58)
* 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
2026-04-29 19:53:34 -04:00
..
config.rs Python fp and docs updtes (#58) 2026-04-29 19:53:34 -04:00
expectations.json Release/0.5.0 (#35) 2026-04-25 17:59:11 -04:00
handler.js Feat/full cfg (#30) 2026-02-24 23:44:07 -05:00
README.md Release/0.5.0 (#35) 2026-04-25 17:59:11 -04:00
utils.py Feat/full cfg (#30) 2026-02-24 23:44:07 -05:00

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.