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 "Category:OWASP PHP Project"

From OWASP
Jump to: navigation, search
Line 1: Line 1:
 
==About==
 
==About==
  
The OWASP PHP Project's goal is to enable PHP developers to build secure applications efficiently. See the [[OWASP PHP Project Roadmap]] for more information on our plans. This project is currently steered by [mailto:[email protected] Serg].
+
The OWASP PHP Project's goal is to enable PHP developers to build secure applications efficiently. See the [[OWASP PHP Project Roadmap]] for more information on our plans. This project is currently steered by [mailto:[email protected] Serg]. You can join the mailing list [http://lists.owasp.org/mailman/owasp-php here].
  
 
==PHP Security Overview==
 
==PHP Security Overview==

Revision as of 16:34, 14 January 2008

About

The OWASP PHP Project's goal is to enable PHP developers to build secure applications efficiently. See the OWASP PHP Project Roadmap for more information on our plans. This project is currently steered by Serg. You can join the mailing list here.

PHP Security Overview

It is not easy to produce a PHP application without security vulnerabilities. Most application security vulnerabilities apply to PHP applications just like other environments.

The goals of this project are to provide information about building, configuring, deploying, operating, and maintaining secure PHP applications. We cover the following topics or pick a topic from the OWASP PHP Table of Contents

PHP Security for Architects
Provides information about the design and architectural considerations for a PHP web application. Common architectures such as MVC, Ajax, Web Services and PEAR / Zend Frameworks are discussed.
PHP Security for Developers
This section covers dangerous calls and common vulnerabilities associated with them, such as system() exec(), eval() and so on. This section will also cover standard security mechanisms available in the standard language, such as cryptography, logging, encryption, and error handling. Securing elements of an application, such as controllers, business logic, and persistence layers will be covered. We'll discuss handling request parameters, encoding, injection, and more.
PHP Security for Deployers
These articles cover topics specifically related to the PHP hosting environment. We discuss minimizing the attack surface, configuring error handlers, and performing hardening of PHP.

PHP Articles

This category currently contains no pages or media.