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 |
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 |