<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Simplicity is a form of art... &#187; Free Software</title>
	<atom:link href="http://blog.siphos.be/category/freesoftware/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.siphos.be</link>
	<description>Sven Vermeulen&#039;s web log</description>
	<lastBuildDate>Sun, 29 Jan 2012 11:33:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>cvechecker 3.0</title>
		<link>http://blog.siphos.be/2011/04/cvechecker-3-0/</link>
		<comments>http://blog.siphos.be/2011/04/cvechecker-3-0/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 20:47:38 +0000</pubDate>
		<dc:creator>swift</dc:creator>
				<category><![CDATA[cvechecker]]></category>

		<guid isPermaLink="false">http://blog.siphos.be/?p=254</guid>
		<description><![CDATA[I&#8217;m pleased to announce the immediate availability of cvechecker 3.0. It contains two major feature enhancements: watchlists and MySQL support. watchlists allow cvechecker to track and report on CVEs for software that cvechecker didn&#8217;t detect on the system (or perhaps &#8230; <a href="http://blog.siphos.be/2011/04/cvechecker-3-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
I&#8217;m pleased to announce the immediate availability of <a href="http://cvechecker.sourceforge.net">cvechecker 3.0</a>. It contains two major feature enhancements: watchlists and MySQL support.
</p>
<p>
<em>watchlists</em> allow cvechecker to track and report on CVEs for software that cvechecker didn&#8217;t detect on the system (or perhaps even isn&#8217;t installed on the system). You can use watchlists to stay informed of potential vulnerabilities in software used at work on servers where you are not allowed (or do not want) to run cvechecker on. To use watchlists, create a text file containing the CPE identifiers for the software that you want to watch out for, and add it to the database:
</p>
<pre>
~$ cat watchlist.txt
cpe:/a:microsoft:excel:2003:::

~$ cvechecker -d -w watchlist.txt
Adding CPE entries
  - Added watch for cpe:/a:microsoft:excel:2003:::
</pre>
<p>
The second major feature is support for MySQL. This is the first server-oriented RDBMS that cvechecker supports (earlier versions worked with sqlite only) although sqlite support remains available as well. I hope to extend the number of supported databases in the future (say PostgreSQL, Oracle, SQL Server, &#8230;). With support for server RDBMSes came of course the requirement that multiple cvechecker clients are able to use the same server (as the CVE and CPE data itself can be shared). With the 3.0 release, this is supported as each client now &#8220;adds&#8221; to the data both his hostname as well as an (optional) user defined value (which can be anything you like). If unset, this user value is set to the hostname, but you can use things like the systems&#8217; serial ID or asset ID.
</p>
<p>
I&#8217;m hoping all users have fun with it &#8211; I know I have while writing it. Feedback, remarks, feature requests, bugs and other criticism is always very much appreciated.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siphos.be/2011/04/cvechecker-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cvechecker updates</title>
		<link>http://blog.siphos.be/2011/03/cvechecker-updates/</link>
		<comments>http://blog.siphos.be/2011/03/cvechecker-updates/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 20:20:39 +0000</pubDate>
		<dc:creator>swift</dc:creator>
				<category><![CDATA[cvechecker]]></category>

		<guid isPermaLink="false">http://blog.siphos.be/?p=250</guid>
		<description><![CDATA[The in-svn version of cvechecker has seen quite a few changes in the last few days. I&#8217;m adding support for MySQL to it. This support will be added in three steps: support the same features as cvechecker currently does using &#8230; <a href="http://blog.siphos.be/2011/03/cvechecker-updates/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
The in-svn version of cvechecker has seen quite a few changes in the last few days. I&#8217;m adding support for MySQL to it. This support will be added in three steps:
</p>
<ol>
<li>support the same features as cvechecker currently does using sqlite</li>
<li>streamline the database code so that duplicate code in the sqlite implementation and mysql implementation is removed</li>
<li>support multi-node systems with a single master database</li>
</ol>
<p>
The latter is something I&#8217;ve been meaning to implement for quite some time: have a single system dedicated to download and store the latest CVE entries in the database (as well as CPE definitions) whereas several systems can use the database by storing their own system information and getting a mapping from that information against the CVE database. Even more so, it would allow you to query the database asking on which systems a particular software was detected, or which systems still have vulnerable software installed.
</p>
<p>
When the MySQL support is implemented, I&#8217;m going to work a bit on the <tt>versions.dat</tt> file, because it doesn&#8217;t really support many services currently. I&#8217;m going to use it against my &#8220;virtual network&#8221; (a combination of KVM guests running bind (master/slave), ldap (multi-master), postfix, apache, squirrelmail, courier, postgresql, mysql and more) and enhance it so that it detects all those components as well.
</p>
<p>
Oh, btw, I had a request to include support for just telling cvechecker which components/software to look for (rather than it scanning the files and deducing it from regular expressions and the like). The in-svn version supports it, so it will definitely be part of the 3.0 release.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siphos.be/2011/03/cvechecker-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cvechecker update</title>
		<link>http://blog.siphos.be/2011/02/cvechecker-update/</link>
		<comments>http://blog.siphos.be/2011/02/cvechecker-update/#comments</comments>
		<pubDate>Sat, 19 Feb 2011 14:31:01 +0000</pubDate>
		<dc:creator>swift</dc:creator>
				<category><![CDATA[cvechecker]]></category>

		<guid isPermaLink="false">http://blog.siphos.be/?p=226</guid>
		<description><![CDATA[A while ago, I got the request to enhance cvechecker with support for providing a list of installed software (or software you want to watch over with cvechecker) even if cvechecker isn&#8217;t able to detect that software on your system. &#8230; <a href="http://blog.siphos.be/2011/02/cvechecker-update/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
A while ago, I got the request to enhance <a href="http://cvechecker.sourceforge.net">cvechecker</a> with support for providing a list of installed software (or software you want to watch over with cvechecker) even if cvechecker isn&#8217;t able to detect that software on your system. I&#8217;ve implemented this and it is currently available in the SVN repository. The next release of cvechecker will support this, but I&#8217;m hoping to add support for other databases with it as well (currently, it uses a local sqlite database but I&#8217;m hoping to support at least MySQL and postgresql too).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siphos.be/2011/02/cvechecker-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cvechecker 2.0 released</title>
		<link>http://blog.siphos.be/2010/12/cvechecker-2-0-released/</link>
		<comments>http://blog.siphos.be/2010/12/cvechecker-2-0-released/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 20:29:29 +0000</pubDate>
		<dc:creator>swift</dc:creator>
				<category><![CDATA[cvechecker]]></category>
		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://blog.siphos.be/?p=200</guid>
		<description><![CDATA[Okay, enough play &#8211; time for a new release. Since cvechecker 1.0 was released, a few important changes have been made to the cvechecker tools: You can now tell cvechecker to only check newly added files, or remove a set &#8230; <a href="http://blog.siphos.be/2010/12/cvechecker-2-0-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
Okay, enough play &#8211; time for a new release. Since <b>cvechecker 1.0</b> was released, a few important changes have been made to the <a href="http://cvechecker.sourceforge.net">cvechecker tools</a>:
</p>
<ul>
<li>You can now tell cvechecker to only check newly added files, or remove a set of files from its internal database. Previously, you had to have cvechecker scan the entire system again.</li>
<li>cvechecker can now also report if vulnerabilities have been found in software versions that are higher than the version you currently have installed. This can help you find seriously outdated software, but also help you identify possible vulnerabilities if the CVE itself doesn&#8217;t contain all vulnerable versions, just the &#8220;latest&#8221; vulnerable version.</li>
<li>The toolset now contains a command called <b>cverules</b> which, on a Gentoo system, will attempt to generate version matching rules for software that is currently not detected by cvechecker yet. Very useful as I myself cannot install every possible software on my system to enhance the version matching rules. If you want to help out, run the <b>cverules</b> command and send me the output.</li>
<li>Some needed performance enhancements have been added as well</li>
</ul>
<p>
One thing I wanted to include as well was a tool that validates <b>cvechecker</b> output against the distribution security information. Some distributions patch software (to fix a vulnerability) rather than ask the user to upgrade to a non-vulnerable software. The cvechecker tools often cannot differentiate between the vulnerable and non-vulnerable binaries (as they both mention the same version), but often you can check against some meta data files of the distribution if and which CVEs have been resolved in which versions of a distribution package.
</p>
<p>
The cvechecker tarball contains a script (see the <tt>scripts/</tt> folder for <b>cvepkgcheck_gentoo</b>) for Gentoo that tries to get this information from the GLSAs, but it is far from ready. I should try setting up a KVM instance with an &#8220;old&#8221; Gentoo installation just to validate if the command works, but even if it does, I&#8217;m not happy with how it is written. Seems to me a lot of trouble, and if it cannot be done simply, I&#8217;m afraid I&#8217;m doing it wrong ;-)
</p>
<p>
Anyhow, I hope you enjoy version 2.0 of cvechecker.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siphos.be/2010/12/cvechecker-2-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Helping with version detection rules in cvechecker</title>
		<link>http://blog.siphos.be/2010/11/helping-with-version-detection-rules-in-cvechecker/</link>
		<comments>http://blog.siphos.be/2010/11/helping-with-version-detection-rules-in-cvechecker/#comments</comments>
		<pubDate>Sat, 27 Nov 2010 15:59:55 +0000</pubDate>
		<dc:creator>swift</dc:creator>
				<category><![CDATA[cvechecker]]></category>
		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://blog.siphos.be/?p=194</guid>
		<description><![CDATA[The new development snapshot, available from the cvechecker project site, contains a helper script that returns potential version detection rules for your system if the current cvechecker database doesn&#8217;t detect your software. The script is currently available for Gentoo (called &#8230; <a href="http://blog.siphos.be/2010/11/helping-with-version-detection-rules-in-cvechecker/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
The new development snapshot, available from the <a href="http://cvechecker.sourceforge.net">cvechecker project site</a>, contains a helper script that returns potential version detection rules for your system if the current cvechecker database doesn&#8217;t detect your software. The script is currently available for Gentoo (called <b>cverules_gentoo</b>) but other distributions can be easily added. The actual logic for detection is distribution-agnostic (the script <b>cvegenversdat</b>) so it shouldn&#8217;t be too much of a problem for other distributions to be supported as well.
</p>
<p>
Note that the script isn&#8217;t very fast (it&#8217;s not intended to be) nor has a very high accuracy rate. After all, it does use generic regular expressions to try. The idea is that deployments on systems that have software I don&#8217;t have on my system can help me with the development of the version detection rules by sending me the output of the helper script.
</p>
<p>
Next up: tool to auto-generate (part of) the acknowledgements file for reporting purposes &#8211; getting information from distribution-specific information. Once that is in, I&#8217;ll tag it version 2.0 of cvechecker.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siphos.be/2010/11/helping-with-version-detection-rules-in-cvechecker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delta processing in cvechecker</title>
		<link>http://blog.siphos.be/2010/11/delta-processing-in-cvechecker/</link>
		<comments>http://blog.siphos.be/2010/11/delta-processing-in-cvechecker/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 22:30:02 +0000</pubDate>
		<dc:creator>swift</dc:creator>
				<category><![CDATA[cvechecker]]></category>
		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://blog.siphos.be/?p=190</guid>
		<description><![CDATA[The cvechecker application will support delta file processing as well as higher version matching with its next release. The functionality is currently in version control and I still have to work out quite a few things before they can go &#8230; <a href="http://blog.siphos.be/2010/11/delta-processing-in-cvechecker/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
The <a href="http://cvechecker.sourceforge.net">cvechecker</a> application will support delta file processing as well as higher version matching with its next release. The functionality is currently in version control and I still have to work out quite a few things before they can go live, but the functionality is there.
</p>
<p>
Now why would these functions be interesting?
</p>
<p>
Well, first of all, by supporting <b>delta file processing</b> I am able to use <b>cvechecker</b> with Portage&#8217; hooks. Every time a package is unmerged, <b>cvechecker</b> will remove the files from its database (so that it doesn&#8217;t get picked up in vulnerability reports anymore). Similarly, every time a package is emerged, the files are stored in the database. There is no need to perform a full system scan every time the system has been updated.
</p>
<p>
Second, being able to report on <b>higher version vulnerabilities</b> the tool can now also trap potential issues with reports that do not contain the exact version as detected by <b>cvechecker</b> but <em>can</em> be relevant. For instance, a version detection of <tt>Linux 2.6.35-hardened-r1</tt> might otherwise not be noticed (for instance because no CVE is reported on the hardened-r1 release) yet a CVE report on <tt>2.6.35</tt> or even <tt>2.6.36-rc4</tt> might be of interest. By using the higher version reporting, you&#8217;ll be notified of this as well. Same goes for vulnerability reports on an entire branch (say <tt>Python 2.4</tt>), especially when those branches are not actively being developed anymore (so the vulnerability remains). And another benefit is that you might be informed about higher versions of particular software being available ;-)
</p>
<p>
Now, a very quick warning before everybody cheers and does the penguin dance: enabling higher version reports will give you <em>lots</em> of false hits:
</p>
<ul>
<li>First of all, detecting if a version is higher than another version isn&#8217;t easy. The tool is able to put <tt>0.9.8 - 0.9.8a - 0.9.8b</tt> in the right order, as well as <tt>0.5.1_alpha - 0.5.1_beta - 0.5.1</tt>, but the same algorithm will make <tt>2.6.35-hardened-r1</tt> be less than <tt>2.6.35</tt>, and a secure <tt>0.9.8</tt> version will be seen vulnerable when <tt>1.0.0_alpha</tt> has a vulnerability.</li>
<li>Second of all, official CVE entries don&#8217;t always provide a good version match themselves. For instance, <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2008-4609">CVE-2008-4609</a> has been configured that <tt>Linux Kernel 390</tt> and <tt>Linux Kernel 3.25</tt> (I know those are not correct version numbers &#8211; my point exactly) are vulnerable. So yes, <tt>390</tt> is (a lot) higher than <tt>2.6.35</tt>&#8230;</li>
<li>
Third, many tools use parallel development branches. Take Python for instance: even when version 2.6.5 would have no vulnerabilities and 2.7 or 3.2 alpha releases do, it will still report the 2.6.5 one as having a potential vulnerability. This seems to give (for me at least) the most false positives of all.
</li>
</ul>
<p>
I still don&#8217;t know how to deal with this huge amount of false positives &#8211; comments are always welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siphos.be/2010/11/delta-processing-in-cvechecker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cvechecker 1.0 released</title>
		<link>http://blog.siphos.be/2010/10/cvechecker-1-0-released/</link>
		<comments>http://blog.siphos.be/2010/10/cvechecker-1-0-released/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 19:34:57 +0000</pubDate>
		<dc:creator>swift</dc:creator>
				<category><![CDATA[cvechecker]]></category>

		<guid isPermaLink="false">http://blog.siphos.be/?p=171</guid>
		<description><![CDATA[With only a few small bugfixes between this release and the previous one, cvechecker 1.0 has finally been released. It runs fine on my few systems and I have not gotten any bugreports from other users anymore. It can definitely &#8230; <a href="http://blog.siphos.be/2010/10/cvechecker-1-0-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
With only a few small bugfixes between this release and the previous one, <a href="http://cvechecker.sourceforge.net">cvechecker 1.0</a> has finally been released. It runs fine on my few systems and I have not gotten any bugreports from other users anymore. It can definitely need more rules to identify installed software (those rules are released separately) which is what I will focus on the few upcoming weeks. Once that has been accomplished, I will start with the alpha releases for the 2.0 series using the <a href="http://cvechecker.sourceforge.net/docs/featurerequests.html">feature requests</a> as a guideline.
</p>
<p>
I plan on maintaining the earlier versions of cvechecker for two consecutive releases &#8211; one including small functional enhancements (as long as they can be applied on the development release and the stable release easily) and one just for security and bug fixes.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siphos.be/2010/10/cvechecker-1-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cvechecker 0.6 released</title>
		<link>http://blog.siphos.be/2010/09/cvechecker-0-6-released/</link>
		<comments>http://blog.siphos.be/2010/09/cvechecker-0-6-released/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 19:41:12 +0000</pubDate>
		<dc:creator>swift</dc:creator>
				<category><![CDATA[cvechecker]]></category>

		<guid isPermaLink="false">http://blog.siphos.be/?p=155</guid>
		<description><![CDATA[This release makes me quite happy, because it resolves one major PITA I had (performance), but you know how things go. If it works fine for the developer, it&#8217;s probably an abomination for the rest of the world. Anyhow, cvechecker &#8230; <a href="http://blog.siphos.be/2010/09/cvechecker-0-6-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
This release makes me quite happy, because it resolves one major PITA I had (performance), but you know how things go. If it works fine for the developer, it&#8217;s probably an abomination for the rest of the world. Anyhow, <a href="http://cvechecker.sf.net">cvechecker</a> version 0.6 is now available. It improves reporting performance tremendously if your sqlite library is sufficiently up-to-date, now supports reporting on found software (regardless if it matches a CVE entry or not) and adds quite a few bug fixes along the way.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siphos.be/2010/09/cvechecker-0-6-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>devops &#8211; how hard can it/it can be</title>
		<link>http://blog.siphos.be/2010/09/devops-how-hard-can-itit-can-be/</link>
		<comments>http://blog.siphos.be/2010/09/devops-how-hard-can-itit-can-be/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 07:17:30 +0000</pubDate>
		<dc:creator>swift</dc:creator>
				<category><![CDATA[Free Software]]></category>

		<guid isPermaLink="false">http://blog.siphos.be/?p=142</guid>
		<description><![CDATA[Dieter made a good reference to devops and the open source community and (correctly) points out that, even in a more collaborative scene such as the free software communities&#8217;, there is still distinction between development and operations. And it isn&#8217;t &#8230; <a href="http://blog.siphos.be/2010/09/devops-how-hard-can-itit-can-be/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
Dieter made a good reference to <a href="http://dieter.plaetinck.be/what_the_open_source_community_can_learn_from_devops">devops and the open source community</a> and (correctly) points out that, even in a more collaborative scene such as the free software communities&#8217;, there is still distinction between development and operations. And it isn&#8217;t hard to see commonalities between enterprise organizations and free software communities in that respect.
</p>
<p>
But is the comparison correct? If you look at a distribution as an enterprise, then surely the distinction between upstream (project development) and &#8220;downstream&#8221; (distribution) should be compared with the relations between an enterprise and its ISVs, not its internal development / operational divisions. If we look at internal divisions, then distributions tend to provide better integration between (internal) projects and the distribution. I cannot talk for every distribution, but in those I do know, the infrastructure team (&#8220;operations&#8221;) has a firm grip on the infrastructure, yet leaves out sufficient space for development to do their releases/production activity: uploading files, changing documentation, &#8230;
</p>
<p>
This works, if the provided interface does not allow for developers to harm the principles that infrastructure has. This is what many (enterprise) organizations are still lacking, but there is no simple solution for this. Often, the operations team has principles that are difficult to match with the goals of development. Finding the correct balance between development and operations in that respect is quite a challenge &#8211; usually, free software communities can get there faster, often because their mass is sufficiently low. With a total &#8216;employee&#8217; count of a few hundreds it is statistically easier to find a balance than within enterprises of a few thousand employees.
</p>
<p>
I believe that both teams should write down their principles, policies and standards, and see if they can find matches (which is good) and mutually exclusive distinctions (which is challenging) where more investigation can be done. Both teams should be allowed to question decisions made by the other (but without pretending to know better) and make suggestions. This should lead to the emergence of interfaces where a team has sufficient freedom to get to their own goals autonomously.
</p>
<p>
With such interfaces, people will start thinking that devops is growing apart (after all, they&#8217;re starting to work autonomously and independently of each other). That isn&#8217;t true. In my opinion, devops is about interacting on a high level (which is less time-delimited) so that interactions on a low level (which is very time-limited and focused on releasing, releasing, releasing) aren&#8217;t necessary. Less interaction means that the teams that are responsible for getting to a specific, short time-framed goal, can cooperate closely and have a better grip on resources and requirements.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siphos.be/2010/09/devops-how-hard-can-itit-can-be/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cvechecker 0.5 released</title>
		<link>http://blog.siphos.be/2010/09/cvechecker-0-5-released/</link>
		<comments>http://blog.siphos.be/2010/09/cvechecker-0-5-released/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 22:57:43 +0000</pubDate>
		<dc:creator>swift</dc:creator>
				<category><![CDATA[cvechecker]]></category>

		<guid isPermaLink="false">http://blog.siphos.be/?p=135</guid>
		<description><![CDATA[A new intermediate release of cvechecker is now released. The tool is reported to build properly on NetBSD and FreeBSD as well (although much user experience there is still welcome), introduces a cvereport command (example output), has lowered its initial &#8230; <a href="http://blog.siphos.be/2010/09/cvechecker-0-5-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
A new intermediate release of <a href="http://cvechecker.sourceforge.net">cvechecker</a> is now released. The tool is reported to build properly on NetBSD and FreeBSD as well (although much user experience there is still welcome), introduces a <b>cvereport</b> command (<a href="http://cvechecker.sourceforge.net/example/report.html">example output</a>), has lowered its initial dependency requirements and <b>pullcves</b> now only loads the CVE XML changes in the database, rather than iterating across all CVE XML entries.
</p>
<p>
Many thanks to Nigel Horne for his continuous testing/hammering on the tool.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siphos.be/2010/09/cvechecker-0-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

