dev-0.9.x -> main #76

Merged
alpha-nerd merged 15 commits from dev-0.9.x into main 2026-05-15 09:16:11 +02:00
Showing only changes of commit e484f12228 - Show all commits

View file

@ -1,30 +1,24 @@
{ {
"version": 1, "version": 1,
"decisions": [ "decisions": [],
"suppression_rules": [
{ {
"fingerprint": "2ef3f80c7bf8282ea4dcf8fa88a2df1aa7fcb5d9009f7a49b4a9eb0379bd592e", "by": "rule",
"state": "false_positive", "value": "py.auth.token_override_without_validation",
"rule_id": "py.auth.token_override_without_validation", "state": "suppressed",
"path": "router.py" "note": "false_positive: token validation handled upstream by middleware"
}, },
{ {
"fingerprint": "bf20a694d2f903f3e8cc287ad42f4291558cc769a0dccabea8ecf8c0eaa12eee", "by": "rule",
"state": "false_positive", "value": "state-resource-leak",
"rule_id": "state-resource-leak", "state": "suppressed",
"path": "db.py" "note": "false_positive: resource lifecycle managed externally"
}, },
{ {
"fingerprint": "52591ad15f1d27aa6394afbb7d150a8246c3d8032ca705fc39f541e2e71bbf7f", "by": "rule",
"state": "false_positive", "value": "py.crypto.sha1",
"rule_id": "state-resource-leak", "state": "suppressed",
"path": "router.py" "note": "accepted_risk: used for non-security checksum only"
},
{
"fingerprint": "8f3331f28c2b1839039946ba5eb7fe45b0fa19e2b8d4ecb60c3907ec19e8330b",
"state": "accepted_risk",
"rule_id": "py.crypto.sha1",
"path": "router.py"
} }
], ]
"suppression_rules": []
} }