How well does a typical Click webapp hold against the following 10 security risks? http://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project
I mean a typical Click application running on Tomcat or Jetty (no Apache HTTPD): - Click + cayenne + db (no Spring) - Click + jdbc PreparedStatements + db (no Spring) - Click + hibernate + db (no Spring) having both public and private pages, MySQL or H2 as database. Also what other tricks, best practices and measures (excepting from the (Click) defaults) does the user need to take care of, so that the above risks are not a problem for a typical Click webapplication. Thanks, George -- View this message in context: http://n2.nabble.com/How-well-does-a-Click-app-hold-against-these-10-security-risks-tp4930896p4930896.html Sent from the click-development mailing list archive at Nabble.com.
