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

bug: windows_os_graph using wrong counters #32

Closed ebdavison closed 13 years ago

ebdavison commented 13 years ago

In the windows_os_graph definition there is a bug. This procedure pulls the counts for w2k, xp, w2k3, vista, w2k8 and w7. But, in the g.data calls where the OS items are populated, the last 3 are using w2k3 rather than the right matching count.