Difference between revisions of "LII:Web Application Security Guide/Intro"

From LIMSWiki
Jump to navigationJump to search
(Transcluded, per John)
 
m (TOC)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{wikibooks::Web Application Security Guide/Intro}}
{{TOC right}}
This guide attempts to provide a comprehensive overview of web application security. Common web application security issues and methods how to prevent them are explained. Web server and operating system security are not covered. The guide is intended mainly for web application developers, but can also provide useful information for web application reviewers.
 
The checklist gives a short summary containing only the individual guidelines. It is recommended to take the time and read the full version, where the guidelines are explained in detail, especially if any questions arise.
 
Most web application developers probably (hopefully) already know some or even most of the points mentioned in this guide. However, there will probably be something new for every developer. Remember, as a developer it is your responsibility to develop your application securely, and a single mistake may be enough to allow an attack.
 
==Notes==
==Notes==
This article is a direct transclusion of [https://en.wikibooks.org/wiki/Web_Application_Security_Guide/Intro the Wikibooks article] and therefore may not meet the same editing standards as LIMSwiki.
The original source for this page is [https://en.wikibooks.org/wiki/Web_Application_Security_Guide/Intro the associated Wikibooks article] and is shared here under the [https://creativecommons.org/licenses/by-sa/3.0/ CC BY-SA 3.0] license.

Latest revision as of 20:30, 10 August 2016

This guide attempts to provide a comprehensive overview of web application security. Common web application security issues and methods how to prevent them are explained. Web server and operating system security are not covered. The guide is intended mainly for web application developers, but can also provide useful information for web application reviewers.

The checklist gives a short summary containing only the individual guidelines. It is recommended to take the time and read the full version, where the guidelines are explained in detail, especially if any questions arise.

Most web application developers probably (hopefully) already know some or even most of the points mentioned in this guide. However, there will probably be something new for every developer. Remember, as a developer it is your responsibility to develop your application securely, and a single mistake may be enough to allow an attack.

Notes

The original source for this page is the associated Wikibooks article and is shared here under the CC BY-SA 3.0 license.