News Feed
Jobs Feed
Sections




News Archive
David Müller:
Why URL validation with filter_var might not be a good idea
September 20, 2012 @ 08:09:31

David Müller has a new post to his site today showing why validating URLs with filter_var is a good thing for the security of your application.

Since PHP 5.2 brought us the filter_var function, the time of such [regular expressions-based] monsters was over. [With] the simple, yet effective syntax [and] with a third parameter, filter flags can be passed, [...] 4 flags are available [for URL filtering].

He shows how to use it to filter out a simple XSS issue (a "script" tag in the URL) and some examples of issues that the filter_var function doesn't prevent - like injection of other schemes (like "php://" or "javascript://"). He recommends adding a wrapper around the method to check for the correct scheme (ex. "http" or "https" for URLs) and reminds you that filter_var is not multibyte capable.

0 comments voice your opinion now!
filtervar url validation security filter input


blog comments powered by Disqus

Similar Posts

Chris Roane's Blog: Advanced PHP Form Validation

Pádraic Brady's Blog: Filter Extension Issues - A Storm in a Teacup?

DeveloperDrive.com: Common Mistakes to Avoid When Coding in PHP

Rob Allen's Blog: Zend Framework URLs without mod_rewrite

Chris Shiflett\'s Blog: Zend Framework Update


Community Events









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


framework interview development language community object composer release introduction opinion event testing unittest tool podcast api example functional code zendframework2

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