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 "Project Information:template Python Static Analysis"
From OWASP
(New page: {| style="width:100%" border="0" align="center" ! colspan="7" align="center" style="background:#4058A0; color:white"|<font color="white">'''PROJECT IDENTIFICATION''' |- | style="width:...) |
|||
Line 21: | Line 21: | ||
| style="width:100%; background:#cccccc" align="center"| | | style="width:100%; background:#cccccc" align="center"| | ||
* (If appropriate, links to be added) | * (If appropriate, links to be added) | ||
+ | |} | ||
+ | {| style="width:100%" border="0" align="center" | ||
+ | ! colspan="6" align="center" style="background:#4058A0; color:white"|<font color="white">'''RELATED PROJECTS''' | ||
+ | |- | ||
+ | | style="width:100%; background:#cccccc" align="center"| | ||
+ | [[SpoC 007 - Python Tainted Mode|Python Tainted Mode]] | ||
|} | |} | ||
{| style="width:100%" border="0" align="center" | {| style="width:100%" border="0" align="center" | ||
Line 26: | Line 32: | ||
|- | |- | ||
| style="width:50%; background:#cccccc" align="center"|[[OWASP Summer of Code 2008|Sponsor - '''OWASP Summer of Code 2008''']] | | style="width:50%; background:#cccccc" align="center"|[[OWASP Summer of Code 2008|Sponsor - '''OWASP Summer of Code 2008''']] | ||
− | | style="width:50%; background:#cccccc" align="center"|[[OWASP Summer of Code 2008 Applications | + | | style="width:50%; background:#cccccc" align="center"|[[OWASP Summer of Code 2008 Applications#Python Static Analysis|'''Sponsored Project/Guidelines/Roadmap''']] |
|} | |} | ||
{| style="width:100%" border="0" align="center" | {| style="width:100%" border="0" align="center" | ||
Line 38: | Line 44: | ||
|- | |- | ||
| style="width:15%; background:#7B8ABD" align="center"|'''50% Review''' | | style="width:15%; background:#7B8ABD" align="center"|'''50% Review''' | ||
− | | style="width:21%; background:#C2C2C2" align="center"|Objectives & Deliveries reached?<br>'''Yes/No''' (To update)<br>---------<br>[[Project Information:template | + | | style="width:21%; background:#C2C2C2" align="center"|Objectives & Deliveries reached?<br>'''Yes/No''' (To update)<br>---------<br>[[Project Information:template Python Static Analysis - 50 Review - Self Evaluation - A|See&Edit:50% Review/Self-Evaluation (A)]] |
− | | style="width:21%; background:#C2C2C2" align="center"|Objectives & Deliveries reached?<br>'''Yes/No''' (To update)<br>---------<br>[[Project Information:template | + | | style="width:21%; background:#C2C2C2" align="center"|Objectives & Deliveries reached?<br>'''Yes/No''' (To update)<br>---------<br>[[Project Information:template Python Static Analysis - 50 Review - First Reviewer - C|See&Edit: 50% Review/1st Reviewer (C)]] |
− | | style="width:21%; background:#C2C2C2" align="center"|Objectives & Deliveries reached?<br>'''Yes/No''' (To update)<br>---------<br>[[Project Information:template | + | | style="width:21%; background:#C2C2C2" align="center"|Objectives & Deliveries reached?<br>'''Yes/No''' (To update)<br>---------<br>[[Project Information:template Python Static Analysis 50 Review Second Review E|See&Edit: 50%Review/2nd Reviewer (E)]] |
| style="width:22%; background:#C2C2C2" align="center"|X | | style="width:22%; background:#C2C2C2" align="center"|X | ||
|- | |- | ||
| style="width:15%; background:#7B8ABD" align="center"|'''Final Review''' | | style="width:15%; background:#7B8ABD" align="center"|'''Final Review''' | ||
− | | style="width:21%; background:#C2C2C2" align="center"|Objectives & Deliveries reached?<br>'''Yes/No''' (To update)<br>---------<br>Which status has been reached?<br>'''Season of Code''' - (To update)<br>---------<br>[[Project Information:template | + | | style="width:21%; background:#C2C2C2" align="center"|Objectives & Deliveries reached?<br>'''Yes/No''' (To update)<br>---------<br>Which status has been reached?<br>'''Season of Code''' - (To update)<br>---------<br>[[Project Information:template Python Static Analysis - Final Review - Self Evaluation - B|See&Edit: Final Review/SelfEvaluation (B)]] |
− | | style="width:21%; background:#C2C2C2" align="center"|Objectives & Deliveries reached?<br>'''Yes/No''' (To update)<br>---------<br>Which status has been reached?<br>'''Season of Code''' - (To update)<br>---------<br>[[Project Information:template | + | | style="width:21%; background:#C2C2C2" align="center"|Objectives & Deliveries reached?<br>'''Yes/No''' (To update)<br>---------<br>Which status has been reached?<br>'''Season of Code''' - (To update)<br>---------<br>[[Project Information:template Python Static Analysis - Final Review - First Reviewer - D|See&Edit: Final Review/1st Reviewer (D)]] |
− | | style="width:21%; background:#C2C2C2" align="center"|Objectives & Deliveries reached?<br>'''Yes/No''' (To update)<br>---------<br>Which status has been reached?<br>'''Season of Code''' - (To update)<br>---------<br>[[Project Information:template | + | | style="width:21%; background:#C2C2C2" align="center"|Objectives & Deliveries reached?<br>'''Yes/No''' (To update)<br>---------<br>Which status has been reached?<br>'''Season of Code''' - (To update)<br>---------<br>[[Project Information:template Python Static Analysis - Final Review - Second Reviewer - F|See&Edit: Final Review/2nd Reviewer (F)]] |
− | | style="width:22%; background:#C2C2C2" align="center"| | + | | style="width:22%; background:#C2C2C2" align="center"|X |
|- | |- | ||
|} | |} |
Revision as of 13:57, 15 June 2008
PROJECT IDENTIFICATION | ||||||
---|---|---|---|---|---|---|
Project Name | OWASP Python Static Analysis Project | |||||
Short Project Description | During 2007 Dmitry Kozlov, Igor Konnov and Georgy Klimov prototyped taint-style static analysis for Python web applications. This tool is based on Pixy project. It is able to find input validation security vulnerabilities in Python-based web applications. This tool is currently in alfa release. It supports limited subset of Python: functions, modules, classes and data structures, but not generators, comprehensions, lambda-functions etc. And it has support only mod_python web applications. | |||||
Email Contacts | Project Leader Georgy Klimov |
Project Contributors (if applicable) Name&Email |
Project Mailing List | First Reviewer Nam Nguyen Curriculum |
Second Reviewer P.Q.Huy |
OWASP Board Member (if applicable) Name&Email |
PROJECT MAIN LINKS | |||||
---|---|---|---|---|---|
|
RELATED PROJECTS | |||||
---|---|---|---|---|---|
SPONSORS & GUIDELINES | |||||
---|---|---|---|---|---|
Sponsor - OWASP Summer of Code 2008 | Sponsored Project/Guidelines/Roadmap |
ASSESSMENT AND REVIEW PROCESS | ||||
---|---|---|---|---|
Review/Reviewer | Author's Self Evaluation (applicable for Alpha Quality & further) |
First Reviewer (applicable for Alpha Quality & further) |
Second Reviewer (applicable for Beta Quality & further) |
OWASP Board Member (applicable just for Release Quality) |
50% Review | Objectives & Deliveries reached? Yes/No (To update) --------- See&Edit:50% Review/Self-Evaluation (A) |
Objectives & Deliveries reached? Yes/No (To update) --------- See&Edit: 50% Review/1st Reviewer (C) |
Objectives & Deliveries reached? Yes/No (To update) --------- See&Edit: 50%Review/2nd Reviewer (E) |
X |
Final Review | Objectives & Deliveries reached? Yes/No (To update) --------- Which status has been reached? Season of Code - (To update) --------- See&Edit: Final Review/SelfEvaluation (B) |
Objectives & Deliveries reached? Yes/No (To update) --------- Which status has been reached? Season of Code - (To update) --------- See&Edit: Final Review/1st Reviewer (D) |
Objectives & Deliveries reached? Yes/No (To update) --------- Which status has been reached? Season of Code - (To update) --------- See&Edit: Final Review/2nd Reviewer (F) |
X |