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

From OWASP
Jump to: navigation, search
 
m
 
(11 intermediate revisions by 5 users not shown)
Line 2: Line 2:
 
The OWASP PHP Project's overall goal is to...
 
The OWASP PHP Project's overall goal is to...
  
  Produce materials that show PHP architects, developers, and
+
  Produce materials that show PHP developers, application architects, and  
  deployers how to deal with most common application security
+
  systems administrators how to deal with most common application security
  problems throughout the lifecycle.
+
  problems throughout the complete lifecycle of the application.
  
 
In the near term, we are focused on the following tactical goals:
 
In the near term, we are focused on the following tactical goals:
  
 +
# Implementing Security using Best Practices (Non Framework Based Applications)
 
# Provide examples of how to prevent Cross Site Scripting attacks in popular web frameworks
 
# Provide examples of how to prevent Cross Site Scripting attacks in popular web frameworks
 
# Provide examples of how to prevent SQL Injection in popular data access frameworks
 
# Provide examples of how to prevent SQL Injection in popular data access frameworks
 +
# Provide examples of how to prevent Cross Site Scripting attacks in popular AJAX frameworks
 
# Provide examples of how to prevent LDAP injection in PHP
 
# Provide examples of how to prevent LDAP injection in PHP
# Secure configuration guides  
+
# Secure configuration guides
  
 
==Current Tasks==
 
==Current Tasks==
  
* Call for volunteers - Join the [http://lists.owasp.org/mailman/listinfo/phpness mailing list], read the [[Tutorial]] and get started!
+
* Call for volunteers - Join the [http://lists.owasp.org/mailman/listinfo/owasp-phpness mailing list], read the [[Tutorial]] and get started!
 
* Refine this roadmap in the [http://www.owasp.org/index.php/Talk:OWASP_PHP_Project_Roadmap discussion].  
 
* Refine this roadmap in the [http://www.owasp.org/index.php/Talk:OWASP_PHP_Project_Roadmap discussion].  
  
 
==Ideas==
 
==Ideas==
  
Please submit your ideas for the OWASP Java Project here (you can sign your ideas by adding four tilde characters like this <nowiki>~~~~</nowiki>)
+
Please submit your ideas for the OWASP PHP Project [[OWASP PHP Project Proposals]] (''you can sign your ideas by adding four tilde characters like this <nowiki>~~~~</nowiki>'').
 +
 
 +
[[Category:PHP]]

Latest revision as of 11:02, 21 January 2016

Goals

The OWASP PHP Project's overall goal is to...

Produce materials that show PHP developers, application architects, and 
systems administrators how to deal with most common application security
problems throughout the complete lifecycle of the application.

In the near term, we are focused on the following tactical goals:

  1. Implementing Security using Best Practices (Non Framework Based Applications)
  2. Provide examples of how to prevent Cross Site Scripting attacks in popular web frameworks
  3. Provide examples of how to prevent SQL Injection in popular data access frameworks
  4. Provide examples of how to prevent Cross Site Scripting attacks in popular AJAX frameworks
  5. Provide examples of how to prevent LDAP injection in PHP
  6. Secure configuration guides

Current Tasks

Ideas

Please submit your ideas for the OWASP PHP Project OWASP PHP Project Proposals (you can sign your ideas by adding four tilde characters like this ~~~~).