Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 849 Bytes

File metadata and controls

15 lines (12 loc) · 849 Bytes

19.0.2.0.1

  • fix(security): restrict GRM routing and escalation rules to GRM staff. Portal users no longer hold write/create on spp.grm.routing.rule and spp.grm.escalation.rule; these models carry no record rules, so the access-control entry was the only boundary. Because portal grievance submission runs sudo, a portal-authored rule previously executed its CEL condition and actions as superuser.
  • fix(grm): increment the escalation counter with elevated rights, matching the routing rule's match_count update, so a caller without write access on the rule cannot leave the counter and chatter missing on an otherwise-applied escalation. Other partial-failure modes (a failing notification send or case creation is logged and skipped) are pre-existing and unchanged.

19.0.2.0.0

  • Initial migration to OpenSPP2