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 O2 Platform/Sub-Projects/OSSAD"

From OWASP
Jump to: navigation, search
(Documentation)
(Add tasks completed for Jan 02 plus new tasks for future)
Line 6: Line 6:
 
* https://www.o2-ounceopen.com/files-binaries-source-and-demo/ossad/OSSAD_QuickStart_02Jan2010.odt
 
* https://www.o2-ounceopen.com/files-binaries-source-and-demo/ossad/OSSAD_QuickStart_02Jan2010.odt
 
* https://www.o2-ounceopen.com/files-binaries-source-and-demo/ossad/OSSAD_QuickStart_02Jan2010.pdf
 
* https://www.o2-ounceopen.com/files-binaries-source-and-demo/ossad/OSSAD_QuickStart_02Jan2010.pdf
 
=== Copyright ===
 
 
The current version has been developed by Stephen Craig Evans who assigned the copyright to OWASP.
 
 
"I assign the copyright of the OSSAD static analysis tool to OWASP and
 
I will release its code under Apache 2.0 (Open Source license) and the
 
documents under Creative Commons 3.0 License."
 
 
Stephen Craig Evans - November 15, 2009
 
  
 
=== Project Details  ===
 
=== Project Details  ===
Line 41: Line 31:
 
* Release a new version of the project documentation
 
* Release a new version of the project documentation
  
Nov.30: SCR Phase 1 (SCR Builder)
+
Jan 02:
 +
* Upload the source code to http://www.o2-ounceopen.com/files-binaries-source-and-demo/ossad/
 +
* Make a QuickStart Guide for developing OSSAD (available here & at o2-ounceopen)
 +
* Write ScrGraph module
 +
* Did more Java grammar control flow statements
  
Dec.07: Complete SCR Phase 1 (SCR Builder) for Java
+
Near future:
 +
* Finish up the Java grammar control flow statements
 +
* Start JSP implementation for The Prototype
  
Dec.14: SCR Phase 2 (SCR Composer)
+
Less near future:
 +
* Finish JSP implementation for The Prototype
 +
* Start security rules format and Analysis Engine
  
Dec.21: Complete SCR Phase 2  (SCR Composer) for Java
 
  
Dec.28: JSP ASTBuilder, JSP SCR Phase 1
+
'''Contact'''
  
Jan.04: Complete JSP SCR Phase 2
+
Any comments/suggestions/questions are welcome: stephencraig.[email protected]
  
After Jan.04: Convert WebGoat source code to SCR & debug
+
Thank you.
 +
 
 +
=== Copyright ===
  
 +
The current version has been developed by Stephen Craig Evans who assigned the copyright to OWASP.
  
'''Contact'''
+
"I assign the copyright of the OSSAD static analysis tool to OWASP and
 +
I will release its code under Apache 2.0 (Open Source license) and the
 +
documents under Creative Commons 3.0 License."
  
Any comments/suggestions/questions are welcome: [email protected]
+
Stephen Craig Evans - November 15, 2009
  
Thank you.
 
  
 
{{:OWASP_O2_Platform/WIKI/bottom}}
 
{{:OWASP_O2_Platform/WIKI/bottom}}

Revision as of 19:59, 3 January 2010

OSSAD stands for One Security Static Analyzer per Developer

Documentation

Project Details

What is OSSAD?

OSSAD is be a free, open source, security static analysis tool and is architected to support any programming language that has an EBNF grammar. It is for developers who know little or nothing about application security.

Please read the project documentation, which details:

  • Motivation
  • Strategy
  • Architecture
  • Current progress
  • What a contributor can do to help

The project is at a nascent state and the goal is to have a working Java/JSP implementation in the 1st half of 2010 with other programming languages to follow.

Schedule (tasks to be completed by Monday morning)

Nov 23:

  • Fix up this page
  • Do a first pass clean up of the source code
  • Organize the source code structure
  • Upload to www.o2-ounceopen.com
  • Release a new version of the project documentation

Jan 02:

Near future:

  • Finish up the Java grammar control flow statements
  • Start JSP implementation for The Prototype

Less near future:

  • Finish JSP implementation for The Prototype
  • Start security rules format and Analysis Engine


Contact

Any comments/suggestions/questions are welcome: [email protected]

Thank you.

Copyright

The current version has been developed by Stephen Craig Evans who assigned the copyright to OWASP.

"I assign the copyright of the OSSAD static analysis tool to OWASP and I will release its code under Apache 2.0 (Open Source license) and the documents under Creative Commons 3.0 License."

Stephen Craig Evans - November 15, 2009



go back to the main OWASP O2 Platform page