tugrul / aspjson

JSON for ASP
34 stars 20 forks source link

Eval blocked by Windows Defender #4

Open danj1980 opened 5 years ago

danj1980 commented 5 years ago

Unhandled exception at line 157, column 5 in json.asp 0x800a802d - Microsoft VBScript runtime error: This script contains malicious content and has been blocked by your antivirus software.: 'Eval' occurred

RonaldZielaznicki commented 3 years ago

This occurs due to how RenderArray works its way through multi-bound arrays. This could probably be worked around if we passed in the reference to the parent array rather than the string index of it.