I've been tasked with creating a standard ASP function that will validate all input fields for SQL injection attacks from hackers Server Side.
After several hours of browsing it appears the best method is to create a pattern using the Regular Expression object and validate against that.
This is all straight forward but I can't seem to find a standard pattern that will check all the invalid characters and various patterns.
Can anyone provide me with a pattern or a link to a site that will provide me with one ?
Thanks in advance.
After several hours of browsing it appears the best method is to create a pattern using the Regular Expression object and validate against that.
This is all straight forward but I can't seem to find a standard pattern that will check all the invalid characters and various patterns.
Can anyone provide me with a pattern or a link to a site that will provide me with one ?
Thanks in advance.