News Feed
Jobs Feed
Sections




News Archive
Fabien Potencier:
Don't use PHP libraries with known security issues
February 20, 2013 @ 10:54:20

In his latest post Fabien Potencier introduces a new effort to help PHP developers using Composer for their dependencies find potential security issues automatically - the security.sensiolabs.com site.

I want to provide a simple and efficient way to check for vulnerabilities in a project and I want to serve more than just the Symfony community. That's why I'm really proud to announce a new SensioLabs initiative: a simple way to check if your project depends on third-party libraries with known security issues. The website explains how it works in details (https://security.sensiolabs.org/), but basically, this initiative gives you several ways to check for security issues in your project dependencies based on the information contained in you composer.lock file (you are using Composer to manage your dependencies, right?)

Composer users can upload their "composer.lock" file and the system will evaluate it against the vulnerabilities it knows about and return any issues it might find. The current database is hosted on github and can be added to by anyone using a pull request. Additionally, you can install the command-line version if you want to do checks locally.

0 comments voice your opinion now!
library security issue sensiolabs database checker


blog comments powered by Disqus

Similar Posts

MaltBlue.com: Zend Framework 2 - Hydrators, Models and the TableGateway Pattern

Yet Another Web Development Blog: Dear PHP, I think it's time we broke up.

IBM DeveloperWorks: Seven habits for writing secure PHP applications

Rob Richards' Blog: WS-* for PHP

php|architect: Stored Procedure Programming for MySQL5 (Part 2)


Community Events









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


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

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