I had issues when loading large Nessus files containing results of several 100s and even 1000s of hosts. The issue arises when ISsueFinder tries to load it into memory.
Recommend adding support for database instead. SQLite and even network db (MySQL, mssql, etc) would be really useful. Yes, it may hamper the speed of search, but atleast it would handle large data files. Moreover we would also be able to delegate search to the database.
I had issues when loading large Nessus files containing results of several 100s and even 1000s of hosts. The issue arises when ISsueFinder tries to load it into memory.
Recommend adding support for database instead. SQLite and even network db (MySQL, mssql, etc) would be really useful. Yes, it may hamper the speed of search, but atleast it would handle large data files. Moreover we would also be able to delegate search to the database.