Suggestions on website security model references.
-
Hi guys, Do you have any good references on website security models and arch?. Not with any specific technology but on a high level design perspective.
Thanks Laddie Kindly rate if the answer was helpful
Big topic. The web chooses features over security 9 times out 10, so it is pretty broken when it comes to security. Application security? Client side security? Hosting platform security? Network security?
cheers, Paul M. Watson.
-
Big topic. The web chooses features over security 9 times out 10, so it is pretty broken when it comes to security. Application security? Client side security? Hosting platform security? Network security?
cheers, Paul M. Watson.
Hi Paul, Thanks for the reply. I am looking for the security design pattern reference from a application perspective. Something that will answer the questions like. What are the general security cheklists of a web app? How to module the client and server side validations? What are the Common security loop holes? Security Test cases for general Webapp? etc..
Thanks Laddie Kindly rate if the answer was helpful
-
Hi Paul, Thanks for the reply. I am looking for the security design pattern reference from a application perspective. Something that will answer the questions like. What are the general security cheklists of a web app? How to module the client and server side validations? What are the Common security loop holes? Security Test cases for general Webapp? etc..
Thanks Laddie Kindly rate if the answer was helpful
Take a look at the MS Patterns and Practices website - they know all!
C# has already designed away most of the tedium of C++.
-
Hi guys, Do you have any good references on website security models and arch?. Not with any specific technology but on a high level design perspective.
Thanks Laddie Kindly rate if the answer was helpful
Check out http://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project[^] and http://cisecurity.org/[^] Vincent