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 "SpoC 007 - Inspekt"
From OWASP
Line 1: | Line 1: | ||
''''[http://www.owasp.org/index.php/OWASP_Spring_Of_Code_2007_Selection Back to SpoC 007 Selection page]''' | ''''[http://www.owasp.org/index.php/OWASP_Spring_Of_Code_2007_Selection Back to SpoC 007 Selection page]''' | ||
− | Most info about Inspekt, including usage docs and downloads, is available at [http://code.google.com/p/inspekt/ the Inspekt Google Code page]. | + | Most info about Inspekt, including usage docs and '''downloads''', is available at [http://code.google.com/p/inspekt/ the Inspekt Google Code page]. |
+ | |||
+ | |||
+ | == Milestones == | ||
+ | |||
+ | * '''(Completed)''' Untethering the Zend_Filter_Input code from the Zend Framework | ||
+ | * '''(Completed)''' Rewriting PHP5-specific portions to work in PHP4 | ||
+ | * '''(Completed)''' Development of approach to address scoping issues (a big plus of the $_* superglobals is that they are always available in all scopes automatically) | ||
+ | * '''(Completed)''' Initial release of code (continues throughout at appropriate points) | ||
+ | * '''(Completed)''' Addition of a variety of "helper" methods to make filtered input object creation and interaction easier | ||
+ | * Addition of automatic input "restriction" filters | ||
+ | * Addition of input filtering system configuration via external config files | ||
+ | * '''(Completed)''' Full API doc generated from phpDoc-style documentation | ||
+ | * (25%) Detailed usage documentation, including examples of bootstrapping and methods of integration with various frameworks. Example source code included. | ||
+ | * PEAR channel for packaged distribution | ||
+ | |||
+ | == Ongoing Work == | ||
+ | |||
+ | * Advocacy. PR via interviews and news items about releases; writing articles demonstrating the system for various sources; presentations via the web and at major PHP conferences. | ||
+ | * Work with major PHP app devs and framework devs to integrate the system -- or encourage the development of similar approaches -- within their projects. |
Revision as of 21:50, 13 July 2007
'Back to SpoC 007 Selection page
Most info about Inspekt, including usage docs and downloads, is available at the Inspekt Google Code page.
Milestones
- (Completed) Untethering the Zend_Filter_Input code from the Zend Framework
- (Completed) Rewriting PHP5-specific portions to work in PHP4
- (Completed) Development of approach to address scoping issues (a big plus of the $_* superglobals is that they are always available in all scopes automatically)
- (Completed) Initial release of code (continues throughout at appropriate points)
- (Completed) Addition of a variety of "helper" methods to make filtered input object creation and interaction easier
- Addition of automatic input "restriction" filters
- Addition of input filtering system configuration via external config files
- (Completed) Full API doc generated from phpDoc-style documentation
- (25%) Detailed usage documentation, including examples of bootstrapping and methods of integration with various frameworks. Example source code included.
- PEAR channel for packaged distribution
Ongoing Work
- Advocacy. PR via interviews and news items about releases; writing articles demonstrating the system for various sources; presentations via the web and at major PHP conferences.
- Work with major PHP app devs and framework devs to integrate the system -- or encourage the development of similar approaches -- within their projects.