News Feed
Sections

News Archive


Community Events






Don't see your event here?
Let us know!


feed this:

C7Y:
Step Away From the SuperGlobals! An Introduction to Inspekt
0 comments :: posted Tuesday February 19, 2008 @ 11:15:00
voice your opinion now!

As Ed Finkler points out there's a new article posted (written by him) on the C7Y site (from php|architect) talking about his Inspekt library - an introduction to the filtering library showing how to help make your applications safer.

Inspekt is a library for PHP4 and PHP5 that aims to make safe input handing easier, and unsafe actions more difficult. Inspekt establishes a new development approach by wrapping input within "cage" objects, and requiring the developer to use validation and filtering methods to test and manipulate the input data. This article provides a brief introduction to Inspekt and its capabilities.

The article covers all of the basics - what the library can do for you, how it integrates into your application and how it helps to protect you from potential problems with the data in your superglobals ($_GET, $_POST, $_REQUEST, etc).

tagged with: inspekt tutorial superglobal library security superglobal


Ed Finkler's Blog:
Inspekt 0.3 now available
0 comments :: posted Monday January 21, 2008 @ 14:38:00
voice your opinion now!

Ed Finkler has released the latest version of his Inspekt input filtering/output validation library for PHP5:

I've uploaded the 0.3 release of Inspekt, the input filtering and validation library for PHP4 and 5. With this release, Inspekt completes the goals of the original specification for the OWASP SpoC007 project. I believe it is ready for "real-world" use.

Along with the new code being released there's also more documentation, API docs, a PEAR channel and a mailing list.

tagged with: inspekt filter input validate output library release

Sanisoft Blog:
Inspekt - put a firewall in your PHP applications
0 comments :: posted Monday October 15, 2007 @ 08:47:00
voice your opinion now!

The Sanisoft blog has a new post today about a handy PHP utility you can use to put a "firewall" in your PHP application - Inspekt.

Everyone knows that you should filter your inputs most of the good programmers do it but when you are working with a large team of programmers on an open source project things slip up, errors do creep in, at times like this you wish for a mechanism which would prevent your team from making such mistakes, some thing which forces them to declare their intent.

One solution he mentions is the input_filter extension for PHP5, but this doesn't help most users since it's normally off by default and PHP5-only. The other solution, Inspekt, a modified version of the Zend_Filter_input component of the Zend Framework. An example is included and a list of filtering methods is too (like getAlnum, getDigits and getInt).

tagged with: inspekt firewall input filter extension php4 php5 inspekt firewall input filter extension php4 php5

Ed Finkler's Blog:
New Inspekt Build Available
0 comments :: posted Thursday June 07, 2007 @ 09:32:00
voice your opinion now!

As mentioned by the Zend Developer Zone, Ed Finkler has posted the latest version of his Inspekt security tool.

Although downloads have been on the Google Code site for a bit, I recently put up a new build of Inspekt. This could probably be described as a late alpha release, with most proposed features implemented.

Also included in this new edition are full API documentation for the application, some documentation on its basic usage and, of course, the source of this latest release.

tagged with: inspekt security tool release googlecode documentation inspekt security tool release googlecode documentation

Ed Finkler's Blog:
Inspekt Project funded by OWASP
0 comments :: posted Thursday May 17, 2007 @ 07:05:48
voice your opinion now!

Ed Finkler, in cooperation with the Open Web Application Security Project, will be working up a toolkit to help make input filtering and validation simple no matter if you use a framework or not.

I'm very, very excited to announce that OWASP has chosen to fund development of what I’m calling "Inspekt" as part of their OWASP Spring of Code 2007. You can read my full proposal at the OWASP SoC Application Page.

The idea behind Inspekt is to provide a comprehensive input filtering and validation library for PHP. Building upon Chris Shiflett's original Zend_Filter_Input implementation

Some of the new features of this library include retrieval and filtering support for multidimensional arrays, a variety of helper methods to reduce code verbosity, compatibility with PHP4 and PHP5, and will be entirely self-contained (yet easily "pluggable").

Check out his full proposal for more details on what direction the project's heading and some sample code to show how it might all work.

tagged with: inspekt project owasp input filter validate library inspekt project owasp input filter validate library


example database releases cakephp PEAR application conference zendframework release mysql code framework developer zend book job PHP5 package security ajax

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework