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
(Project Details)
 
(10 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
* https://www.o2-ounceopen.com/files-binaries-source-and-demo/ossad/OSSAD_Security-Static-Analysis-tool_v-0.15Draft.odt
 
* https://www.o2-ounceopen.com/files-binaries-source-and-demo/ossad/OSSAD_Security-Static-Analysis-tool_v-0.15Draft.odt
 
* https://www.o2-ounceopen.com/files-binaries-source-and-demo/ossad/OSSAD_Security-Static-Analysis-tool_v-0.15Draft.pdf
 
* https://www.o2-ounceopen.com/files-binaries-source-and-demo/ossad/OSSAD_Security-Static-Analysis-tool_v-0.15Draft.pdf
 +
* 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
  
=== Copyright ===  
+
=== Project Details  ===
  
The current version has been developed by Stephen Craig Evans who assigned the copyright to OWASP.
+
'''What is OSSAD?'''
  
"I assign the copyright of the OSSAD static analysis tool to OWASP and
+
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.  
I will release its code under Apache 2.0 (Open Source license) and the
 
documents under Creative Commons 3.0 License."
 
  
Stephen Craig Evans
+
Please read the project documentation, which details:
 +
* Motivation
 +
* Strategy
 +
* Architecture
 +
* Current progress
 +
* What a contributor can do to help
  
November 15, 2009
+
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.
  
=== Project Details  ===
+
'''Schedule'''
  
'''What is O2'''
+
Nov 23, 2009:
 +
* Fix up this page
 +
* Do a first pass clean up of the source code
 +
* Organize the source code structure
  
O2 is a
+
Jan 02, 2010:
 +
* 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
  
'''Schedule'''
+
Near future:
 +
* Finish up the Java grammar control flow statements
 +
* Start JSP implementation for The Prototype
  
Nov 16-22:
+
Less near future:
 +
* Finish JSP implementation for The Prototype
 +
* Start security rules format and Analysis Engine
  
Nov 23-29:
 
  
 
'''Contact'''
 
'''Contact'''
  
Any comments/questions are welcome.  
+
Any comments/suggestions/questions are welcome: stephencraig.[email protected] or [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
 
  
[[Category:OWASP_O2_Platform]]
+
{{:OWASP_O2_Platform/WIKI/bottom}}

Latest revision as of 20:04, 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

Nov 23, 2009:

  • Fix up this page
  • Do a first pass clean up of the source code
  • Organize the source code structure

Jan 02, 2010:

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] or [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