mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-09 19:45:13 +02:00
16 lines
286 B
JSON
16 lines
286 B
JSON
{
|
|||
"required_findings": [],
|
|||
"forbidden_findings": [
|
|||
{
|
|||
"id_prefix": "taint-",
|
|||
"file_glob": "**/main.rs"
|
|||
}
|
|||
],
|
|||
"performance_expectations": {
|
|||
"max_ms_no_index": 1000,
|
|||
"max_ms_index_cold": 1500,
|
|||
"max_ms_index_warm": 500,
|
|||
"ci_mode": "lenient"
|
|||
}
|
|||
}
|