@@ -19,7 +19,17 @@ pitch: The Developer Guide allows businesses, developers, designers
1919{% assign site_base_url = site.github.url | replace: 'owasp.github.io','owasp.org' | replace: 'http://', 'https://' %}
2020{% endif %}
2121
22- ![ Developer Guide] ( assets/images/dg_logo.png " OWASP Developer Guide ") {: height="220px" }
22+ <style type =" text/css " >
23+ .image-right {
24+ height : 180px ;
25+ display : block ;
26+ margin-left : auto ;
27+ margin-right : auto ;
28+ float : right ;
29+ }
30+ </style >
31+
32+ ![ Developer Guide] ( assets/images/dg_logo.png " OWASP Developer Guide ") {: .image-right }
2333
2434The [ OWASP Developer Guide] ( release ) provides an introduction to security concepts
2535and a handy reference for application and system developers.
@@ -28,19 +38,20 @@ it rarely tries to go into detail on a subject and instead provides links for gr
2838The content of the Developer Guide aims to be accessible, introducing practical security concepts
2939and providing enough detail to get developers started on various OWASP tools and documents.
3040
41+ The intended audience of the Developer Guide is application developers working in various domains
42+ such as web, desktop, mobile, API and cloud.
43+
3144### History
3245
3346Along with the OWASP Top Ten, the Developer Guide is one of the original resources
3447published soon after OWASP was formed in 2001.
3548Version 1.0 of the Developer Guide was released in 2002
3649and then there were various [ releases] [ versions ] up to version 2.0 in 2005.
50+ After discussions and iterations throughout 2023 and 2024, the Developer Guide has now been updated
51+ for the modern security landscape using contributions from the wider application security community.
3752
38- After much effort throughout 2023 and early 2024 the Developer Guide has been updated for the modern security landscape.
39- The intended audience of the Developer Guide is application developers (web, desktop, mobile, and cloud)
40- and API developers, and has been written using contributions from the wider application security community.
41-
42- The [ draft version] ( draft ) is a work in progress and is subject to large scale and frequent changes.
4353Periodically the draft version is tagged and the contents promoted to the [ release area] ( release ) of the Developer Guide.
54+ The [ draft version] ( draft ) is a work in progress and is subject to large scale and frequent changes.
4455
4556### Contributing
4657
0 commit comments