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 Guide Project"
(Major re-write of home page) |
|||
Line 1: | Line 1: | ||
− | = | + | =Main= |
− | + | <div style="width:100%;height:160px;border:0,margin:0;overflow: hidden;">[[File:OWASP_Project_Header.jpg|link=]]</div> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | {| style="padding: 0;margin:0;margin-top:10px;text-align:left;" |- | |
+ | | valign="top" style="border-right: 1px dotted gray;padding-right:25px;" | | ||
− | + | ==OWASP Developer Guide== | |
− | + | The OWASP Developer Guide 2014 is a dramatic re-write of one of OWASP's first and most downloaded projects. The focus moves from countermeasures and weaknesses to secure software engineering. | |
− | * Foundation | + | ==Introduction== |
+ | |||
+ | The OWASP Developer Guide is the original OWASP project. It was first published in 2002, when Ajax was only a mote in Microsoft's eye with the new e-mail notification in Outlook Web Access (and only if you used Internet Explorer). Since then, the web has come a long way. Unfortunately, the Developer Guide never really took off with the intended audience: developers. The original Guide was more a how to perform a web application penetration test, material now better covered in the [[:Category:OWASP_Testing_Project|OWASP Testing Guide]] . | ||
+ | |||
+ | The Developer Guide 2014 is a "first principles" book - it's not specific to any one language or framework, as they all borrow ideas and syntax from each other. There are highly specific issues in different languages, such as PHP configuration settings or Spring MVC issues, but we need to look past these differences and apply the basic tenets of secure system engineering to application security. | ||
+ | |||
+ | The major themes in the Developer Guide include: | ||
+ | |||
+ | * Foundation | ||
* Architecture | * Architecture | ||
* Design | * Design | ||
* Build | * Build | ||
+ | * Configure | ||
* Operate | * Operate | ||
− | |||
− | + | We are re-factoring the original material from the Developer Guide 2.0, released in July 2005, and bring it into the modern world, and focus it tightly on modern web apps that use Ajax and RESTful API, and of course, mobile applications. All testing material will move to the [[:Category:OWASP_Testing_Project|OWASP Testing Guide]] and all code review material to the [[:Category:OWASP_Code_Review_Project|OWASP Code Review Guide]]. | |
+ | |||
+ | ==Intended audience== | ||
+ | |||
+ | The primary audience for the new version of the Developer Guide is Architects and Developers. The Developer Guide can still be used by penetration testers who want to move up to software verification or improve their craft, but the primary focus will become how to implement secure software from first principles. | ||
+ | |||
+ | | valign="top" style="padding-left:25px;width:200px;border-right: 1px dotted gray;padding-right:25px;" | | ||
+ | |||
+ | == Presentation == | ||
+ | |||
+ | * TBA | ||
+ | |||
+ | == Project Leader == | ||
+ | |||
+ | * [[Special:vanderaj|Andrew van der Stock]] vanderaj@owasp.org | ||
+ | |||
+ | == Related Projects == | ||
+ | |||
+ | * [[:Category:OWASP_Application_Security_Verification_Standard_Project|OWASP Application Security Verification Standard]] | ||
+ | * [[:Category:OWASP_Code_Review_Project|OWASP Code Review Guide]] | ||
+ | * [[:Category:OWASP_Testing_Project|OWASP Testing Guide]] | ||
+ | |||
+ | ==Licensing== | ||
+ | |||
+ | OWASP Developer Guide is free to use. It is licensed under the http://creativecommons.org/licenses/by-sa/3.0/ Creative Commons Attribution-ShareAlike 3.0 license], so you can copy, distribute and transmit the work, and you can adapt it, and use it commercially, but all provided that you attribute the work and if you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one. | ||
+ | |||
+ | | valign="top" style="padding-left:25px;width:200px;" | | ||
− | | | + | == Quick Download == |
− | [[Image: | + | |
+ | We are developing the Guide in the open on GitHub. | ||
+ | |||
+ | * [https://github.com/OWASP/DevGuide OWASP Developer Guide on GitHub] | ||
+ | |||
+ | All versions of the Developer Guide are also there for historical purposes. | ||
+ | |||
+ | Please come join us there and help write the next edition! | ||
+ | |||
+ | == News and Events == | ||
+ | * [1 Feb 2014] New OWASP document template installed | ||
+ | |||
+ | == In Print == | ||
+ | Version 2.0.1 can be purchased for historical research on Lulu.com: | ||
+ | |||
+ | * [http://www.lulu.com/shop/owasp/owasp-developers-guide-v20-2005/paperback/product-3545912.html OWASP Developer Guide] | ||
+ | |||
+ | |||
+ | ==Classifications== | ||
+ | |||
+ | {| width="200" cellpadding="2" | ||
+ | |- | ||
+ | | align="center" valign="top" width="50%" rowspan="2"| [[Image:Owasp-flagship-icon.jpg|150px|link=https://www.owasp.org/index.php/OWASP_Project_Stages#tab=Flagship_Projects]] | ||
+ | |- | ||
+ | | colspan="2" align="center" | [[File:Owasp-builders-small.png|link=]] | ||
+ | |- | ||
+ | | colspan="2" align="center" | [[File:Cc-button-y-sa-small.png|link=http://creativecommons.org/licenses/by-sa/3.0/]] | ||
+ | |- | ||
+ | | colspan="2" align="center" | [[File:Project_Type_Files_CODE.jpg|link=]] | ||
+ | |} | ||
|} | |} | ||
− | + | =FAQs= | |
− | + | ||
− | ! | + | ; When will the new version be released? |
− | + | : We are hoping to have the first milestone, consisting of the Authentication, Session Management, Access Control, Input validation and output encoding, and Data Protection chapters complete by September 2014. If we get more volunteers, sooner. | |
− | + | ||
− | + | ; I only have a few minutes per month to help! How do I get involved? | |
− | + | : Please join the mail list, introduce yourself, go find something that needs fixing in the GitHub issue list and then fix it and mail it back to us. We'll take it from there! | |
+ | |||
+ | ; I really want to help big time. How do I get involved? | ||
+ | : Please join the mail list, introduce yourself, go find something that needs writing or missing on GitHub, write the first draft and mail it to us on the mail list. We'll take it from there! | ||
+ | |||
+ | ; How do I get commit privileges on GitHub? | ||
+ | : Write something for the Guide. Rinse and repeat! :) Or provide so many fixes that we give in and let you have at it directly. | ||
+ | |||
+ | = Acknowledgements = | ||
+ | ==Volunteers== | ||
+ | The OWASP Developer Guide is developed by a worldwide team of volunteers. The primary contributors to date have been: | ||
+ | |||
+ | ===Editors=== | ||
+ | |||
+ | * Andrew van der Stock | ||
+ | * Abraham Kang | ||
+ | |||
+ | ===Project manager=== | ||
+ | |||
+ | * Matt Konda | ||
+ | |||
+ | ===Authors=== | ||
+ | |||
+ | * Tom Chen | ||
+ | |||
+ | ===Reviewers=== | ||
+ | |||
+ | * TBA | ||
+ | |||
+ | ==OWASP Guide 2.0== | ||
+ | |||
+ | The OWASP Developer Guide 2.0 would not be where it is today without the generous gift of volunteer time and effort from many individuals. If you are one of them, and not on this list, please contact Andrew van der Stock, vanderaj@owasp.org | ||
+ | |||
+ | Abraham Kang | ||
+ | Adrian Wiesmann | ||
+ | Alex Russell | ||
+ | Amit Klein | ||
+ | Andrew van der Stock | ||
+ | Brian Greidanus | ||
+ | Christopher Todd | ||
+ | Darrel Grundy | ||
+ | David Endler | ||
+ | Denis Pilipchuk | ||
+ | Dennis Groves | ||
+ | Derek Browne | ||
+ | Eoin Keary | ||
+ | Ernesto Arroyo | ||
+ | Frank Lemmon | ||
+ | Gene McKenna | ||
+ | Hal Lockhart | ||
+ | Izhar By-Gad | ||
+ | Jeremy Poteet | ||
+ | José Pedro Arroyo | ||
+ | K.K. Mookhey | ||
+ | Kevin McLaughlin | ||
+ | Mark Curphey | ||
+ | Martin Eizner | ||
+ | Mikael Simonsson | ||
+ | Neal Krawetz | ||
+ | Nigel Tranter | ||
+ | Raoul Endres | ||
+ | Ray Stirbei | ||
+ | Richard Parke | ||
+ | Robert Hansen | ||
+ | Roy McNamara | ||
+ | Steve Taylor | ||
+ | Sverre Huseby | ||
+ | Tim Smith | ||
+ | William Hau | ||
+ | |||
+ | ==If you helped and you're not here, please e-mail us at the mail list, and this list will be fixed up. | ||
+ | |||
+ | = Road Map and Getting Involved = | ||
+ | As of XXX, the priorities are: | ||
+ | * xxx | ||
+ | * xxx | ||
+ | * xxx | ||
+ | |||
+ | Involvement in the development and promotion of XXX is actively encouraged! | ||
+ | You do not have to be a security expert in order to contribute. | ||
+ | Some of the ways you can help: | ||
+ | * xxx | ||
+ | * xxx | ||
+ | |||
+ | |||
+ | |||
+ | =Project About= | ||
+ | {{:Projects/OWASP_Example_Project_About_Page}} | ||
+ | |||
+ | __NOTOC__ <headertabs /> | ||
+ | |||
+ | [[Category:OWASP Project]] [[Category:OWASP_Builders]] [[Category:OWASP_Defenders]] [[Category:OWASP_Document]] | ||
+ | |||
== Let's talk here == | == Let's talk here == | ||
Revision as of 12:46, 31 January 2014
Let's talk here
Further development of the Development Guide occurs through mailing list discussions and occasional workshops, and suggestions for improvement are welcome. For more information, please contact us.
|
Got Cycles?
Work has begun on the next version of the Development Guide! Read all about it, here
- Contributor Onboarding Instructions (PDF)
Got Translation Cycles?
The Development Guide project is always on the lookout for volunteers who are interested in translating the Development Guide into another language.
- Translation Onboarding Instructions (Currently under development!)
|
Related resources
|}
Downloads
1. About the Development Guide
The Development Guide is aimed at architects, developers, consultants and auditors and is a comprehensive manual for designing, developing and deploying secure Web Applications and Web Services. The original OWASP Development Guide has become a staple diet for many web security professionals. Since 2002, the initial version was downloaded over 2 million times. Today, the Development Guide is referenced by many leading government, financial, and corporate standards and is the Gold standard for Web Application and Web Service security.
- Project presentation in English (Currently under development!)
- Data sheet in English (Currently under development!)
- DRAFT Development Guide 2013 - TBA
- Development Guide 2005 in English (PDF, Word, Wiki)
- Development Guide 2005 in Spanish (PDF, Word)
- Development Guide 2002 in Japanese (PDF)
- Development Guide (Earlier Versions) (file download center, CVS)
3. Learn about using the Development Guide
The Development Guide provides practical guidance and includes J2EE, ASP.NET, and PHP code samples. The Development Guide covers an extensive array of application-level security issues, from SQL injection through modern concerns such as phishing, credit card handling, session fixation, cross-site request forgeries, compliance, and privacy issues.
- Development Guide Articles (Please see below)
Glossary
- (Currently under development!)
Project About
PROJECT INFO What does this OWASP project offer you? |
RELEASE(S) INFO What releases are available for this project? | |||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|