This was a major re-write. Major feature enhancements include:
1. Modular entities to support different data source types
2. Ability to add single exploits from different sources
3. Exploit is stored in curation information as Base64 text. This reduces the number of datasources required on a host.
4. Ability to filter on certain attributes, like a score, when listing CVE's
5. Configuration file is copied to the user's home directory making some options default reducing keyboard fatigue.
Coding Improvements:
1. Lots of unit tests
2. Better cohesion in classes