Supported Classic ASP cleansing functions
Veracode recognizes several functions native to Classic ASP that provide adequate protection against injection-type attacks:
| Function | Flaw class |
|---|---|
Server.HTMLEncode() | CWE-80 and 113 |
Server.URLEncode() | CWE-80 and 113 |
(escape) | CWE-80 and 113 |