TOP 25 Most Dangerous Software Errors for 2010
Posted
by TATWORTH
on Geeks with Blogs
See other posts from Geeks with Blogs
or by TATWORTH
Published on Fri, 04 Feb 2011 20:00:01 GMT
Indexed on
2011/02/06
23:27 UTC
Read the original article
Hit count: 254
A top 25 most dangerous list of software errors has been published at http://www.sans.org/top25-software-errors/
Insterestingly the top error listed was cross site scripting. So what do you do if have to accept HTML input?
I suggest that write a white list filter function to allow through only acceptable mark-up. A basis for such a function can be found in the common filter function at http://commonfilter.codeplex.com/
© Geeks with Blogs or respective owner