News Feed
Jobs Feed
Sections




News Archive
Symfony Blog:
Security must be taken seriously
October 03, 2008 @ 08:49:25

On the symfony blog Fabien Potencier encourages all symfony developers that the security of your application must be taken seriously and that, despite the built-in protection the framework offers, there still could be issues.

The symfony framework has always provided the tools needed by the developers to secure their applications. With the new form framework, we have added an automatic protection against CSRF. Speaking of the form framework, we have also added a lot of security features to protect you against all sort of injections.

He does include an example, though, of a situation where it's not just about protecting from cross-site scripting or attacks. It's about checking user input to ensure it's what it should be. They give the example of a user pushing an "is_admin" value into a form posting where there wasn't one and updating the right column to give them admin rights.

He mentions some work the Rails team has tried to do to prevent this sort of thing automatically, but Fabian points out what the symfony framework already does - prevent any injected fields other than what's in the forms from being submitted and included.

0 comments voice your opinion now!
symfony form user input security xss csrf


blog comments powered by Disqus

Similar Posts

Pádraic Brady: Publishing Security Disclosures In Consumable Formats

Secunia.com: SUSE update for PHP4

PHPBuilder.com: Compose a MVC Paradigm for PHP with Symfony

DeveloperTutorials.com: AJAX and PHP Form Processing

Robert Basic's Blog: Importing Symfony2 security settings from a bundle


Community Events











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


development example functional testing object framework phpunit application unittest zendframework2 release code podcast language tool introduction opinion interview series community

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