News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

Evert Pot's Blog:
Preventing XSS in Javascript strings
August 01, 2008 @ 12:04:47

Evert Pot has pointed out a handy tool that can make escaping strings in and out of your application simpler - Reform.

Reform is a tool that does exactly this. Reform allows you to escape your data for a javascript, xml, html or vbscript (yes it still exists) context. It provides libraries for Java, .NET, PHP, Perl, Python, Javascript and ASP. Pretty cool!

The utility is simply included into the application an called via the static methods it adds. His example shows the escaping of some output text in a Javascript string to correctly prevent it from falling into an evil XSS scheme.

0 comments voice your opinion now!
xss javascript string reform owasp static method



GNUCitizen.org:
Reviewing Practical PHP Exploitation Techniques
April 04, 2008 @ 12:09:22

From the GNUCitizen blog, there's a new post about a recent meeting (of the OWASP London Chapter) where several presentations were given on methods for exploiting PHP applications. The three talks given were:

  • Rodrigo Marcos - hacking PHP sockets for fun and profit
  • David Kierznowski - exploitation techniques using real world examples
  • Colin Watson - talk about security badges

There's links to the slides for one the formal presentations, the exploitation techniques - two sets: the remote exploit examples and local exploit examples.

0 comments voice your opinion now!
practical exploit example talk slides owasp


Ed Finkler's Blog:
Inspekt Project funded by OWASP
May 17, 2007 @ 07:05:48

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.

0 comments voice your opinion now!
inspekt project owasp input filter validate library inspekt project owasp input filter validate library


Chris Shiflett's Blog:
OWASP Spring of Code 2007
March 07, 2007 @ 10:47:00

As mentioned in this new post from Chris Shiflett, an announcement was made at the most recent Columbia PHP meetup by Andrew van der Stock (of OWASP) about an incentive to work in their Spring of Code 2007 competition - a bit of financial reward.

The Spring of Code 2007, an effort that will distribute $100,000 to worthy projects, is divided approximately as follows:
  • $20,000 for one lucky project.
  • $10,000 for 10 open source projects.
  • $40,000 for 8 large projects.
  • $22,500 for 9 medium projects.
  • $7,500 for an internship.

Chris notes that the projects should be related somehow to web application security and interest was shown in helping out with the security issues that surround PHP (both the language and developing applications in it).

0 comments voice your opinion now!
owasp springofcode2007 meetup reward security application owasp springofcode2007 meetup reward security application


Chris Shiflett's Blog:
OWASP PHP Top 5
July 07, 2006 @ 18:18:32

Chris points out today that the OWASP (the Open Web Application Security Project) is now publishing a PHP Top 5 list, detailing the top 5 PHP security concerns.

The PHP Top 5 is based upon attack frequency in 2005 as reported to Bugtraq. This information is a valuable insight into the most devastating attacks against the world's most popular web application framework.

The list is spot on, and Chris goes on to highlight some new PHP 6 security features and also his recommendation to use PDO to sotp SQL injection.

0 comments voice your opinion now!
PHP Security PDO OWASP PHP Security PDO OWASP



Community Events







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


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

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