This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Codereview-Authentication"

From OWASP
Jump to: navigation, search
(New page: OWASP Code Review Guide Table of Contents__TOC__ Category:OWASP Code Review Project ==Introduction== The following discusses aspects of source code relating to weak authenticati...)
 
Line 7: Line 7:
 
The following discusses aspects of source code relating to weak authentication functionality.
 
The following discusses aspects of source code relating to weak authentication functionality.
 
This could be due to flawed implementation or broken business logic:
 
This could be due to flawed implementation or broken business logic:
 +
Authentication is a key line of defence in protecting non-public data, sensitive functionality

Revision as of 16:49, 27 June 2008

OWASP Code Review Guide Table of Contents


Introduction

The following discusses aspects of source code relating to weak authentication functionality. This could be due to flawed implementation or broken business logic: Authentication is a key line of defence in protecting non-public data, sensitive functionality