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

From OWASP
Jump to: navigation, search
Line 12: Line 12:
 
'''Database Related Libraries:'''
 
'''Database Related Libraries:'''
 
<ul>
 
<ul>
<li> [[Secure Database Library]]</li>
+
<li> [[Phpsec/Secure Database Library|Secure Database Library]]</li>
 
</ul>
 
</ul>
 
<BR>
 
<BR>
Line 22: Line 22:
 
'''HTTP Protocol Related Libraries:'''
 
'''HTTP Protocol Related Libraries:'''
 
<ul>
 
<ul>
<li> [[HTTP Request Handling Library]]</li>
+
<li> [[Phpsec/HTTP Request Handling Library|HTTP Request Handling Library]]</li>
 
<li> [[HTTP Response Handling Library]]</li>
 
<li> [[HTTP Response Handling Library]]</li>
 
</ul>
 
</ul>

Revision as of 16:57, 29 July 2013

OWASP PHP Security project’s objective is to secure PHP libraries, and provide a full featured framework of standalone libraries for secure web applications in PHP, releasing them both as separate decoupled libraries and as a whole secure web application framework; where sample configuration and usage can be observed. Many aspects of this project are already handled, and are either added or being added to OWASP.

At present following libraries are supported (In alphabetical order):

Access Control Related Libraries:

  • RBAC Library.


Database Related Libraries:


Exception and Error Control Related Libraries:

  • Error Handler Library.


HTTP Protocol Related Libraries:


Sensitive Date Protection Related Libraries:


Session Related Libraries:


Time and Randomness Related Libraries:


User Related Libraries: