ESAPI / owasp-esapi-js

An UNMAINTAINTED project originally exported from code.google.com/p/owasp-esapi-js. This project is deprecated. See the README.md for further details and possible alternatives.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typo in esapi.js

GoogleCodeExporter opened this issue · comments

in esapi.js, line 1113
entityToCharacterMap["&image"]           = "8365";  /* 8465 : black-letter 
capital i */

should be changed to 

entityToCharacterMap["&image"]           = "8465";  /* 8465 : black-letter 
capital i */

8365->8465


Original issue reported on code.google.com by Anton.Pa...@gmail.com on 30 Mar 2012 at 9:12