<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 25 May 2013 09:20:05 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[P&aacute;draic Brady: Publishing Security Disclosures In Consumable Formats]]></title>
      <guid>http://www.phpdeveloper.org/news/19592</guid>
      <link>http://www.phpdeveloper.org/news/19592</link>
      <description><![CDATA[<p>
<i>P&aacute;draic Brady</i> has a new post today proposing that what the PHP ecosystem needs is a way to <a href="http://blog.astrumfutura.com/2013/05/publishing-security-disclosures-in-consumable-formats-for-simpler-aggregation-and-security-checking/">better publish security disclosures</a> in a format that's easy to parse and deal with.
</p>
<blockquote>
This is a branch off from a separate discussion on the PHP-FIG <a href="https://groups.google.com/forum/?fromgroups=#!forum/php-fig">mailing list</a> about other ways the Framework Interoperability Group can encourage and foster wider interoperability among its member projects (and by extension, the whole PHP community). I'll start by noting two interesting developments in recent months and one long standing best practice.
</blockquote>
<p>
The two "interesting developments" he mentions are the relatively recently released <a href="https://security.sensiolabs.org/">SensioLabs Security Checker</a> that uses you Composer file to find security issues and the new entry in the latest version of the OWASP Top 10 list for "<a href="https://www.owasp.org/index.php/Top_10_2013-A9">Using Components with Known Vulnerabilities</a>". The best practice he talks about is more around the timely/responsible disclosure of vulnerabilities and how some kind of decentralized tracking of these issues that puts the responsibility back on the developers of the tool and not on one tracking resource.
</p>
Link: http://blog.astrumfutura.com/2013/05/publishing-security-disclosures-in-consumable-formats-for-simpler-aggregation-and-security-checking]]></description>
      <pubDate>Thu, 16 May 2013 09:03:59 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Fabien Potencier: Don't use PHP libraries with known security issues]]></title>
      <guid>http://www.phpdeveloper.org/news/19208</guid>
      <link>http://www.phpdeveloper.org/news/19208</link>
      <description><![CDATA[<p>
In <a href="http://fabien.potencier.org/article/67/don-t-use-php-libraries-with-known-security-issues">his latest post</a> <i>Fabien Potencier</i> introduces a new effort to help PHP developers using Composer for their dependencies find potential security issues automatically - the <a href="https://security.sensiolabs.org/">security.sensiolabs.com site</a>.
</p>
<blockquote>
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 (<a href="https://security.sensiolabs.org/">https://security.sensiolabs.org/</a>), 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?)
</blockquote>
<p>
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 <a href="https://github.com/sensiolabs/security-advisories">on github</a> and can be added to by anyone using a pull request. Additionally, you can install the <a href="https://github.com/sensiolabs/security-checker">command-line version</a> if you want to do checks locally.
</p>]]></description>
      <pubDate>Wed, 20 Feb 2013 10:54:20 -0600</pubDate>
    </item>
  </channel>
</rss>
