Security vulnerability "Cross Site Scripting" was found in an application based on SmartGWT.
https://owasp.org/www-project-web-se...Site_Scripting
What is recommended way to prevent this vulnerability in ListGrid and TreeGrid?
This issue can be easily recreated using "Edit by Row" showcase.
Insert into Country this value <img src=x onerror=alert(1);>
When value is saved, Java Script is executed and alert is displayed.
https://owasp.org/www-project-web-se...Site_Scripting
What is recommended way to prevent this vulnerability in ListGrid and TreeGrid?
This issue can be easily recreated using "Edit by Row" showcase.
Insert into Country this value <img src=x onerror=alert(1);>
When value is saved, Java Script is executed and alert is displayed.
Comment