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)
(Project Details)
Line 19: Line 19:
 
'''What is OSSAD?'''
 
'''What is OSSAD?'''
  
OSSAD will be a free, open source, software security static analysis tool and is architected to support any programming language that has an EBNF. It is for developers who know little or nothing about application security.  
+
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:
 
Please read the project documentation, which details:

Revision as of 04:12, 16 November 2009

OSSAD stands for One Security Static Analyzer per Developer

Documentation

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

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 16-29:

  • 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

Contact

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

Thank you.


go back to the main OWASP O2 Platform page