Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
For a legacy Classic ASP application, I am supposed to remove all security attack issues. DB contains data which is already encoded and there will be no more Insert/update operations.

I am able to remove SQL Injection and few other security issues, but, unable to remove
Cross Site Scripting : Poor Validation

This became bottle neck for delivery of the project.

Could anybody help me on this.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900