nomyo-router/.nyx/triage.json

24 lines
600 B
JSON
Raw Normal View History

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