What's Changed
* CVE use in Ransomware campaigns by TURROKS in https://github.com/TURROKS/CVE_Prioritizer/pull/28
* Fix vulncheck ransomware error by TURROKS in https://github.com/TURROKS/CVE_Prioritizer/pull/29
* Vulncheck KEV Alt by TURROKS in https://github.com/TURROKS/CVE_Prioritizer/pull/30
**Full Changelog**: https://github.com/TURROKS/CVE_Prioritizer/compare/v1.6.1...v1.7.2
v.1.6.1
Added
- Created PYPI package ([64206bf](https://github.com/TURROKS/CVE_Prioritizer/commit/64206bf5d886684bad4c2c4eb47aaf95c7666036) by Mario Rojas)
- Added JSON output ([0595638](https://github.com/TURROKS/CVE_Prioritizer/commit/0595638b6fd48513417988e94b646a939c3c9454) by Mario Rojas).
- Added VulnCheck KEV support ([6e3e396](https://github.com/TURROKS/CVE_Prioritizer/commit/6e3e3965bc9e475a77f3b78ec8d163393feffa4e) by Mario Rojas).
- Added -a, --api option to manually pass the api key ([f4f36c3](https://github.com/TURROKS/CVE_Prioritizer/commit/f4f36c31a57c937f06f91319fd7be0e2fe1cadf8) by Mario Rojas).
- Added --no-color output feature ([2871d2a](https://github.com/TURROKS/CVE_Prioritizer/commit/2871d2a33d366201fc87e4e64573dc194eca59eb) by Mario Rojas).
Fixed
- Fixed small typo on vulncheck_check function and standardized var names ([b4fdd98](https://github.com/TURROKS/CVE_Prioritizer/commit/b4fdd98bfc985aede5a1b83f54362c2c83a55138) by Mario Rojas).
- Fix invalid escape sequences by using raw strings ([679d275](https://github.com/TURROKS/CVE_Prioritizer/commit/679d275de42c23b756f0e7fcc1bc79fe9335eed7) by zevaryx).
v.1.5.0
New Features
1. Added NVD++ as an alternative source of CVE data.
2. Added option to manage API keys through the CLI menu.
3. Added Vector string output to CLI and output file.
4. Switched from argparse to click for a better CLI experience.
Bugs/Enhancements
1. Fixed issue with NIST API.
2. Improved file handling.