Posts: 135 / Nickname: fsommers / Registered: January 19, 2002 7:24 AM
Rethinking Application Security
May 7, 2008 0:00 PM
|
Discovering security problems early in the development cycle is only the first step toward creating more secure and reliable applications, says Parasoft's Wayne Ariola::
http://www.artima.com/lejava/articles/javaone_2008_wayne_ariola.html To what extent do you integrate security-related code checks into your development workflow? |
Posts: 4 / Nickname: vijaykandy / Registered: January 25, 2007 6:08 AM
Re: Rethinking Application Security
May 8, 2008 9:00 AM
|
Security is an aspect that most people don't pay attention to till its too late. I think application and its security rules should have as small intersection as possible. The great thing about JAAS is that its part of the language itself but it thins the line between business logic code and the policy rules. The essay is nice but I'd like to see Parasoft's solution with an example.
|