nomyo-router/.nyx/triage.json
alpha nerd e484f12228
All checks were successful
NYX Security Scan / nyx-scan (pull_request) Successful in 6m35s
fix: triage by suppression_rules for CI
2026-05-13 19:07:08 +02:00

24 lines
No EOL
600 B
JSON

{
"version": 1,
"decisions": [],
"suppression_rules": [
{
"by": "rule",
"value": "py.auth.token_override_without_validation",
"state": "suppressed",
"note": "false_positive: token validation handled upstream by middleware"
},
{
"by": "rule",
"value": "state-resource-leak",
"state": "suppressed",
"note": "false_positive: resource lifecycle managed externally"
},
{
"by": "rule",
"value": "py.crypto.sha1",
"state": "suppressed",
"note": "accepted_risk: used for non-security checksum only"
}
]
}