You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dechoma
changed the title
BUG: Alert/Notification Publisher config objects may be modified externally via object aliasing
BUG: Alert/Notification Publisher config object may be modified externally via object aliasing
Jan 23, 2025
Affected module
backend
Describe the bug
Publisher config objects may be modified externally via object aliasing. This can lead to unintended side effects
line
receiverList = action.getReceivers() == null ? receiverList : action.getReceivers();
is linkingreceiverList
variable with internalaction.receivers
SetTo Reproduce
Trigger Email notifications to followers,
during second and subsequent triggers,
action.getReceivers()
will contain receivers from previous runsExpected behavior
action.getReceivers()
should be idempotentVersion:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: