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 Validation Project Roadmap"
From OWASP
Weilin Zhong (talk | contribs) |
(Reverting to last version not containing links to www.textbocace.com) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | = Overall Project Goal = | ||
+ | |||
The project's overall goal is to... | The project's overall goal is to... | ||
− | + | provide the necessary design principles to implement a powerful and flexible input validation engine | |
+ | |||
+ | = Tactical Goals = | ||
In the near term, we are focused on the following tactical goals... | In the near term, we are focused on the following tactical goals... | ||
− | # | + | :# Build the 'Input Validation Documentation' guide |
− | # | + | :# Provide and Implement Input Validation Mechanisms for Various Platforms |
− | # | + | :# Rewrite Stinger to Strongly Adhere to the Principles Presented in the 'Input Validation Documentation' |
+ | |||
+ | = Project Timeline = | ||
+ | :* Note: These dates are subject to change. | ||
+ | |||
+ | '''Input Validation Documentation Guide''' | ||
+ | |||
+ | {| align="center" | ||
+ | ! align="center" style="width:10%; background:#4058A0; color:white" | Projected Date | ||
+ | ! align="center" style="width:80%; background:#4058A0; color:white" | Description of Task | ||
+ | ! align="center" style="width:10%; background:#4058A0; color:white" | Completed | ||
+ | |- | ||
+ | | style="background:#F2F2F2" | '''Fri. July 21''' || style="background:#F2F2F2" | Upload a rough draft of the documentation guide to OWASP || style="background:#F2F2F2" | X | ||
+ | |- | ||
+ | | style="background:#F2F2F2" | '''Fri. Aug. 4''' || style="background:#F2F2F2" | Encorporate many of the suggestions offered by the OWASP Community. Add and refine where necessary || style="background:#F2F2F2" | X | ||
+ | |- | ||
+ | | style="background:#F2F2F2" | '''Fri. Aug. 11''' || style="background:#F2F2F2" | Final build of the Validation Documentation. Upload a .pdf version to OWASP. || style="background:#F2F2F2" | X | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | |||
+ | '''Stinger 2.0 - Java''' | ||
+ | |||
+ | {| align="center" | ||
+ | ! align="center" style="width:10%; background:#4058A0; color:white" | Projected Date | ||
+ | ! align="center" style="width:80%; background:#4058A0; color:white" | Description of Task | ||
+ | ! align="center" style="width:10%; background:#4058A0; color:white" | Completed | ||
+ | |- | ||
+ | | style="background:#F2F2F2" | '''Fri. Aug. 4''' || style="background:#F2F2F2" | Release Beta I of Stinger 2.0 for public testing || style="background:#F2F2F2" | X | ||
+ | |- | ||
+ | | style="background:#F2F2F2" | '''Fri. Aug. 18''' || style="background:#F2F2F2" | Release Beta II of Stinger 2.0 for public testing || style="background:#F2F2F2" | X | ||
+ | |- | ||
+ | | style="background:#F2F2F2" | '''Fri. Aug. 25''' || style="background:#F2F2F2" | Release a Release Candidate of Stinger 2.0 || style="background:#F2F2F2" | X | ||
+ | |- | ||
+ | | style="background:#F2F2F2" | '''Fri. Sep. 1''' || style="background:#F2F2F2" | Final Production Release of Stinger 2.0 || style="background:#F2F2F2" | X | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | |||
+ | '''Stinger 2.0 - .NET''' | ||
+ | |||
+ | {| align="center" | ||
+ | ! align="center" style="width:10%; background:#4058A0; color:white" | Projected Date | ||
+ | ! align="center" style="width:80%; background:#4058A0; color:white" | Description of Task | ||
+ | ! align="center" style="width:10%; background:#4058A0; color:white" | Completed | ||
+ | |- | ||
+ | | style="background:#F2F2F2" | '''NA''' || style="background:#F2F2F2" | Release Beta I of Stinger 2.0 for public testing || style="background:#F2F2F2" | NA | ||
+ | |- | ||
+ | | style="background:#F2F2F2" | '''NA''' || style="background:#F2F2F2" | Release Beta I of Stinger 2.0 for public testing || style="background:#F2F2F2" | NA | ||
+ | |- | ||
+ | | style="background:#F2F2F2" | '''NA''' || style="background:#F2F2F2" | Release a Release Candidate of Stinger 2.0 || style="background:#F2F2F2" | NA | ||
+ | |- | ||
+ | | style="background:#F2F2F2" | '''NA''' || style="background:#F2F2F2" | Final Production Release of Stinger 2.0 || style="background:#F2F2F2" | NA | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | =Contributions= | ||
+ | |||
+ | If you have any ideas, suggestions, or work that you would like to submit to one or more of these projects, please email [mailto:[email protected] Eric Sheridan]. | ||
+ | |||
+ | =Project Sponsor= | ||
− | + | The OWASP Validation project is sponsored by | |
+ | [http://www.aspectsecurity.com http://www.owasp.org/images/d/d1/Aspect_logo.gif] | ||
− | |||
{{Template:Stub}} | {{Template:Stub}} | ||
[[Category:OWASP Validation Project]] | [[Category:OWASP Validation Project]] |
Latest revision as of 18:27, 27 May 2009
Overall Project Goal
The project's overall goal is to...
provide the necessary design principles to implement a powerful and flexible input validation engine
Tactical Goals
In the near term, we are focused on the following tactical goals...
- Build the 'Input Validation Documentation' guide
- Provide and Implement Input Validation Mechanisms for Various Platforms
- Rewrite Stinger to Strongly Adhere to the Principles Presented in the 'Input Validation Documentation'
Project Timeline
- Note: These dates are subject to change.
Input Validation Documentation Guide
Projected Date | Description of Task | Completed |
---|---|---|
Fri. July 21 | Upload a rough draft of the documentation guide to OWASP | X |
Fri. Aug. 4 | Encorporate many of the suggestions offered by the OWASP Community. Add and refine where necessary | X |
Fri. Aug. 11 | Final build of the Validation Documentation. Upload a .pdf version to OWASP. | X |
Stinger 2.0 - Java
Projected Date | Description of Task | Completed |
---|---|---|
Fri. Aug. 4 | Release Beta I of Stinger 2.0 for public testing | X |
Fri. Aug. 18 | Release Beta II of Stinger 2.0 for public testing | X |
Fri. Aug. 25 | Release a Release Candidate of Stinger 2.0 | X |
Fri. Sep. 1 | Final Production Release of Stinger 2.0 | X |
Stinger 2.0 - .NET
Projected Date | Description of Task | Completed |
---|---|---|
NA | Release Beta I of Stinger 2.0 for public testing | NA |
NA | Release Beta I of Stinger 2.0 for public testing | NA |
NA | Release a Release Candidate of Stinger 2.0 | NA |
NA | Final Production Release of Stinger 2.0 | NA |
Contributions
If you have any ideas, suggestions, or work that you would like to submit to one or more of these projects, please email Eric Sheridan.
Project Sponsor
The OWASP Validation project is sponsored by
This article is a stub. You can help OWASP by expanding it or discussing it on its Talk page.