Forum Discussion

Jerry8989-'s avatar
Jerry8989-
Copper Contributor
Mar 20, 2025
Solved

C# code causing XSS vulnerability

Hello, We get a vulnerability scan that is show that one of my pages is susceptible to a XSS attack.  We are using a telerik tree view to display different data when the nodes are expanded.  This is...
  • jerry_Tomson's avatar
    Mar 22, 2025

    sanitize input and encode output update telerik enable CSP and re run the security scan the prevent XSS

Resources