hammackj / risu

Risu is Nessus parser, that converts the generated reports into a ActiveRecord database, this allows for easy report generation and vulnerability verification.
http://hammackj.github.io/risu
MIT License
63 stars 20 forks source link

New HostProperties attributes #67

Closed abenson closed 10 years ago

abenson commented 10 years ago

New attributes: cpe-0 through cpe-9.

Example:

<tag name="cpe-9">cpe:/a:oracle:jre:1.7.0:update45</tag>
<tag name="cpe-8">cpe:/a:oracle:jre:1.7.0:update45</tag>
<tag name="cpe-7">cpe:/a:mozilla:firefox:26.0.0</tag>
<tag name="cpe-6">cpe:/a:microsoft:sql_server:2008 -&gt; Microsoft SQL Server 2008</tag>
<tag name="cpe-5">cpe:/a:microsoft:ie:11.0.9600.16476</tag>
<tag name="cpe-4">cpe:/a:adobe:flash_player:11.9.900.170 -&gt; Adobe Flash Player 11.9.900.170</tag>
<tag name="cpe-3">cpe:/a:adobe:flash_player:11.9.900.170 -&gt; Adobe Flash Player 11.9.900.170</tag>
<tag name="cpe-2">cpe:/a:adobe:acrobat_reader:11.0.05</tag>
<tag name="cpe-1">cpe:/a:wireshark:wireshark:1.10.5 -&gt; Wireshark 1.10.5</tag>
<tag name="cpe-0">cpe:/o:microsoft:windows_7::sp1:x64-enterprise</tag>
hammackj commented 10 years ago

Fixed in 1.7.0, release date unknown.