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.
Other
101 stars 32 forks source link

isValidInteger validator always return true #23

Open dod38fr opened 7 years ago

dod38fr commented 7 years ago

The following call returns true instead of false:

 esapi.validator().isValidInteger("Integer", 500, false, 1, 99);

The problem comes from: