Closed eikendev closed 2 years ago
The ID and UrlEncodedID fields were not sanitized before passing the notification to SendNotification(). It's not a problem now, but I think we should be careful with implicit input.
ID
UrlEncodedID
SendNotification()
The
ID
andUrlEncodedID
fields were not sanitized before passing the notification toSendNotification()
. It's not a problem now, but I think we should be careful with implicit input.