Cross Site Scripting (XSS) - Reflected Cross Site Scripting
If the server response is based on user-entered data, the parameters have to be encoded to make HTML markup. For this, the Tag-helpers provided by the RazorPages are used to create a prepared in advance input form with encoded user data. So, HTML injections will be unavailable, thereby eliminating the Reflected XSS vulnerability.
Comments
Post a Comment