AJAX and security
Posted Sep 7, 2006 13:28 UTC (Thu) by
erich (subscriber, #7127)
In reply to:
AJAX and security by mrshiny
Parent article:
AJAX and security
Hi,
Ajax doesn't really allow you to do new stuff - so why should it allow new exploits? It just makes them fancier.
Face it: Ajax makes code auditing and such things a lot harder. If you're using Java, you can run all kinds of code verification tools. Is there any such thing for Ajax? Do you have unit tests for your ajax?
(
Log in to post comments)