mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-15 20:05:13 +02:00
20 lines
524 B
JSON
20 lines
524 B
JSON
|
|
{
|
||
|
|
"required_findings": [
|
||
|
|
{ "id_prefix": "taint-unsanitised-flow", "min_count": 2 },
|
||
|
|
{ "id_prefix": "runtime_exec", "min_count": 2 },
|
||
|
|
{ "id_prefix": "class_for_name", "min_count": 1 },
|
||
|
|
{ "id_prefix": "cfg-unguarded-sink", "min_count": 2 }
|
||
|
|
],
|
||
|
|
"forbidden_findings": [],
|
||
|
|
"noise_budget": {
|
||
|
|
"max_total_findings": 15,
|
||
|
|
"max_high_findings": 8
|
||
|
|
},
|
||
|
|
"performance_expectations": {
|
||
|
|
"max_ms_no_index": 1000,
|
||
|
|
"max_ms_index_cold": 1500,
|
||
|
|
"max_ms_index_warm": 500,
|
||
|
|
"ci_mode": "lenient"
|
||
|
|
}
|
||
|
|
}
|