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 "GoogleSeasonOfDocs2019"

From OWASP
Jump to: navigation, search
(Added ZAP API proposal)
Line 9: Line 9:
 
  '''* Read [https://developers.google.com/season-of-docs/docs/project-ideas Google Season of Docs Project Ideas]'''
 
  '''* Read [https://developers.google.com/season-of-docs/docs/project-ideas Google Season of Docs Project Ideas]'''
 
  '''* Read [https://developers.google.com/season-of-docs/terms/program-rules Program Rules]'''
 
  '''* Read [https://developers.google.com/season-of-docs/terms/program-rules Program Rules]'''
 +
 +
==OWASP ZAP==
 +
[[OWASP Zed Attack Proxy Project]] (ZAP) The OWASP Zed Attack Proxy (ZAP) is one of the world’s most popular free security tools and is actively maintained by hundreds of international volunteers. Previous GSoC students have implemented key parts of the ZAP core functionality and have been offered (and accepted) jobs based on their work on ZAP.
 +
 +
=== Documenting the API ===
 +
ZAP has an extremely powerful API that allows you to do nearly everything that possible via the desktop interface. It is considered on of ZAPs strengths and is heavily used for automation.
 +
Unfortunately is also not particularly well documented and we get many queries about it on the support groups.

Revision as of 13:57, 12 March 2019

Overview

OWASP is going to apply to participate in the inaugural Google Season of Docs We will be requesting project ideas to help us complete our organization application which is due April 23rd.

OWASP Project Documentation Requests

Tips to get you started in no particular order:

* Read Google Season of Docs Project Ideas
* Read Program Rules

OWASP ZAP

OWASP Zed Attack Proxy Project (ZAP) The OWASP Zed Attack Proxy (ZAP) is one of the world’s most popular free security tools and is actively maintained by hundreds of international volunteers. Previous GSoC students have implemented key parts of the ZAP core functionality and have been offered (and accepted) jobs based on their work on ZAP.

Documenting the API

ZAP has an extremely powerful API that allows you to do nearly everything that possible via the desktop interface. It is considered on of ZAPs strengths and is heavily used for automation. Unfortunately is also not particularly well documented and we get many queries about it on the support groups.