The background process which updates the cached customer path is not escaping special characters in the customer name and first/last name fields. These fields contain the data which becomes the customer display name in the portal app. Proper escaping needs to be added at the serialization task prior to adding these values to the database.
The background process which updates the cached customer path is not escaping special characters in the customer name and first/last name fields. These fields contain the data which becomes the customer display name in the portal app. Proper escaping needs to be added at the serialization task prior to adding these values to the database.
gtmadev
added this to the GoToMyAccounts project 2025-10-27 07:56:13 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The background process which updates the cached customer path is not escaping special characters in the customer name and first/last name fields. These fields contain the data which becomes the customer display name in the portal app. Proper escaping needs to be added at the serialization task prior to adding these values to the database.