Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Lukas Smith's Blog:
Sometimes you already have what you want
Nov 14, 2005 @ 12:43:44

Lukas Smith has a new post today with a look at some of the security isues Chris Shiflett has mentioned with frameworks, and how his (Lukas') framework has focused a lot on the same topic.

I wrote a reply to Chris Zend Framework wishlist. He focused on security aspects that by and large the WebBuilder2 framework has already effectively addressed.

In my framework I wouldnt say that I have really focused alot of energy on security. But I did recently add a number of input filters and validators as well as a custom echo function that defaults to the proper escaping based on the output format or that can be asked to specifically escape for a given format. This is all handled by the module base class (you will find the relevant methods towards the bottom).

He also mentions some of the other precautions that they've taken to ensure that the framework is as secure as possible.

You can find the WebBuilder framework here...

tagged: framework webbuilder2 lukas smith framework webbuilder2 lukas smith

Link:


Trending Topics: