mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-12 19:55:14 +02:00
15 lines
291 B
JSON
15 lines
291 B
JSON
{
|
|
"required_findings": [
|
|
{
|
|
"id_prefix": "taint-unsanitised-flow",
|
|
"min_count": 1
|
|
}
|
|
],
|
|
"forbidden_findings": [],
|
|
"performance_expectations": {
|
|
"max_ms_no_index": 1500,
|
|
"max_ms_index_cold": 2000,
|
|
"max_ms_index_warm": 800,
|
|
"ci_mode": "lenient"
|
|
}
|
|
}
|