Users who:
1. Use the exclusion operator somewhere in their authorization schema.
1. Have configured their SpiceDB server such that --write-relationships-max-updates-per-call is bigger than 6500.
1. Issue calls to WriteRelationships with a large enough number of updates that cause the payload to be bigger than what their datastore allows.
Users will:
WriteRelationships call, when in reality that call failed.Upgrade to v.145.2.
Set --write-relationships-max-updates-per-call to 1000.
{
"cwe_ids": [
"CWE-770"
],
"nvd_published_at": "2025-11-10T23:15:42Z",
"github_reviewed_at": "2025-11-13T22:58:20Z",
"severity": "LOW",
"github_reviewed": true
}