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:PHP"
Danehrlich1 (talk | contribs) (batch of updates) |
Danehrlich1 (talk | contribs) (minor batch updates) |
||
Line 41: | Line 41: | ||
== Meta == | == Meta == | ||
− | Last | + | Last Updated: 01/2019 |
<br/> | <br/> | ||
Line 47: | Line 47: | ||
== Other Resources == | == Other Resources == | ||
− | [https://paragonie.com/blog/2017/12/2018-guide-building-secure-php-software | + | [https://paragonie.com/blog/2017/12/2018-guide-building-secure-php-software Ultimate 2018 PHP Security Guide] |
<br/> | <br/> | ||
[https://lists.owasp.org/mailman/listinfo/php-project Mailing List] | [https://lists.owasp.org/mailman/listinfo/php-project Mailing List] | ||
Line 65: | Line 65: | ||
|} | |} | ||
+ | |||
=PHP Security Overview= | =PHP Security Overview= | ||
Line 86: | Line 87: | ||
: * Provides information about the design and architectural considerations for a PHP web application. Which frameworks to use, which frameworks are dead, and using the various FIGs. | : * Provides information about the design and architectural considerations for a PHP web application. Which frameworks to use, which frameworks are dead, and using the various FIGs. | ||
: * ARCHITECTURE | : * ARCHITECTURE | ||
+ | |||
= Pages = | = Pages = | ||
− | |||
== Resources == | == Resources == | ||
Line 108: | Line 109: | ||
[https://github.com/google/recaptcha Google PHP recaptcha] | [https://github.com/google/recaptcha Google PHP recaptcha] | ||
<br/> | <br/> | ||
− | |||
[https://github.com/paragonie/anti-csrf Paragonie Anti-CSRF Library] | [https://github.com/paragonie/anti-csrf Paragonie Anti-CSRF Library] | ||
Line 146: | Line 146: | ||
[https://www.owasp.org/index.php/PHP_Security_for_Deployers PHP Security for Deployers] | [https://www.owasp.org/index.php/PHP_Security_for_Deployers PHP Security for Deployers] | ||
<br/> | <br/> | ||
− | |||
<br/> | <br/> | ||
− | |||
[https://www.owasp.org/index.php/PHP_Configuration_Cheat_Sheet PHP Configuration Cheat Sheet] | [https://www.owasp.org/index.php/PHP_Configuration_Cheat_Sheet PHP Configuration Cheat Sheet] | ||
Line 158: | Line 156: | ||
[https://www.owasp.org/index.php/Log_Injection Log Injection] | [https://www.owasp.org/index.php/Log_Injection Log Injection] | ||
<br/> | <br/> | ||
− | |||
<br/> | <br/> | ||
Line 166: | Line 163: | ||
[https://www.owasp.org/index.php/Projects/OWASP_PHP_Security_Project/Roadmap OWASP PHP Security Project Roadmap] | [https://www.owasp.org/index.php/Projects/OWASP_PHP_Security_Project/Roadmap OWASP PHP Security Project Roadmap] | ||
<br/> | <br/> | ||
− | |||
<br/> | <br/> | ||
Line 179: | Line 175: | ||
[https://www.owasp.org/index.php/WebGoatPHP OWASP WebGoatPHP] | [https://www.owasp.org/index.php/WebGoatPHP OWASP WebGoatPHP] | ||
+ | <br/> | ||
<br/> | <br/> | ||
+ | = Related Resources = | ||
− | + | {| style="padding:0; margin:0; margin-top:10px; text-align:left; width:100%;" |- | |
+ | | valign="top" style="border-right: 1px dotted gray; padding-right:25px; width:30%; float:left;" | | ||
− | |||
= Get involved = | = Get involved = | ||
Line 191: | Line 189: | ||
To get involved join the mailing list: [https://lists.owasp.org/mailman/listinfo/owasp-php OWASP PHP Mailing List] | To get involved join the mailing list: [https://lists.owasp.org/mailman/listinfo/owasp-php OWASP PHP Mailing List] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
== Mailing List == | == Mailing List == |
Latest revision as of 03:27, 18 January 2019
AboutThere are 1.8 billion websites on the internet today. Nearly 80% are powered by the PHP programming language. Freedom, privacy, security, and protection from totalitarianism are not possible if PHP is insecure. This project seeks to be the clearing house for the best ways of protecting PHP websites, apps, and the data they have. Thank you for reading. What Does PHP Security Mean?
What Can You Learn Here?
|
TeamLead: Dan Ehrlich Please email [email protected] if you would like to help out.
MetaLast Updated: 01/2019
Other ResourcesUltimate 2018 PHP Security Guide
Related Projects |
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
- 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.
- * CONFIG
- * CODEBASE
- PHP Security for DevSecOps
- * How to secure a PHP application when running on the major cloud providers. How to secure a PHP application if all you've got is an unmanaged Linux server. Harden web server, harden database, and various network defenses such as WAFs, GeoIP, and DNSBL.
- * How to secure the development environment. Do you have control over the Source code repository? Are commits signed? How do you know which Docker Images to trust? Do you scan containers for vulnerabilities?
- * INFRASTRUCTURE
- * DEVELOPMENT
- PHP Security for Software Architects
- * Provides information about the design and architectural considerations for a PHP web application. Which frameworks to use, which frameworks are dead, and using the various FIGs.
- * ARCHITECTURE
Resources
Best 3rd Party PHP Security Guide
Libraries
Documents
Legacy Pages
The pages below are from 2005-2014 when this project was maintained by a different team. These pages have been kept so that no links are broken, and because there might be certain situations, particularly with extremely legacy apps, where their use might be appropriate. THere is great advice below, but be careful, there is also outdated advice as well.
OWASP PHP Security Project Roadmap
|
Twitter Feed(none)
|
Code Repository(none) |
PHP Projects Mailing Lists
https://lists.owasp.org/pipermail/owasp_php_security_project/
https://lists.owasp.org/pipermail/owasp_phprbac/
Related OWASP Resources
Ruby Technology Knowledge Base
Perl Technology Knowledge Base
Python Technology Knowledge Base
JavaScript Technology Knowledge Base
C/C++ Technology Knowledge Base
SQL, PL/SQL and DB Scripting Technology Knowledge Base
The previous version of this PHP Project home page is archived here: OWASP_PHP_Project_Archive_(03.2015)
Pages in category "PHP"
The following 10 pages are in this category, out of 10 total.