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

Add new fields for network name, location, and owner. #98

Closed abenson closed 7 years ago

abenson commented 8 years ago

This is to distinguish specific networks and enclaves by location, while naming the owner. This may also be different from the title for the report. For example, consider a config and associated reports:

company: My Company
title: Security Evaluation of Their Company HQ and Operating Locations
network: Headquarters
owner: Their Company
location: Austin, TX

Which could be separate from:

company: My Company
title: Security Evaluation of Their Company HQ and Operating Locations
network: Store 17
owner: Their Company
location: Lubbock, TX
hammackj commented 7 years ago

Merging this, I thought I had already back in May.