当前页面: 开发资料首页 → J2EE 专题 → Java开发不应承受之痛:应用安全问题
摘要: Java开发不应承受之痛:应用安全问题
对许多Java开发者来说,应用程序的安全性常常被忽视。
事实上是,危险是突如其来的,你不仅应该知道你所面临的风险,同时也需要建立这样的意识:事先考虑到如何在软件开发中融入安全机制。
在这篇文章"Java developers can't afford to ignore app security" 中,专家阐述并强调了这样的观点, 应用安全问题不应放到最后在考虑。文中多次提到了"SQL injection"的问题。
Java developers can't afford to ignore app security
http://searchappsecurity.techtarget.com/originalContent/0,289142,sid92_gci1176445,00.html
更多:
More on SQL Injection from SearchAppSecurity
http://searchappsecurity.techtarget.com/featuredTopic/0,290042,sid92_gci1164790,00.html
More on cross-site scripting from SearchAppSecurity
http://searchappsecurity.techtarget.com/featuredTopic/0,290042,sid92_gci1159317,00.html
↑返回目录
前一篇: 成功规划SOA:什么是面向服务的架构
后一篇: .NET和J2EE该相互学习什么?