Skip to content

Releases: TURROKS/CVE_Prioritizer

cve_prioritizer v1.8.0

03 Nov 12:28
Compare
Choose a tag to compare
  • Added support for ingesting Nessus and OpenVAS scan results and processing the CVEs.
  • Improved general error handling.
  • Cleaned code by merging similar functions.

cve_prioritizer v1.7.2

06 Oct 08:45
7dde5f4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.1...v1.7.2

cve_prioritizer v1.6.1

11 Jun 16:55
Compare
Choose a tag to compare

Added

  • Created PYPI package (64206bf by Mario Rojas)
  • Added JSON output (0595638 by Mario Rojas).
  • Added VulnCheck KEV support (6e3e396 by Mario Rojas).
  • Added -a, --api option to manually pass the api key (f4f36c3 by Mario Rojas).
  • Added --no-color output feature (2871d2a by Mario Rojas).

Fixed

  • Fixed small typo on vulncheck_check function and standardized var names (b4fdd98 by Mario Rojas).
  • Fix invalid escape sequences by using raw strings (679d275 by zevaryx).

cve_prioritizer v1.5.0

24 Mar 13:40
Compare
Choose a tag to compare

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.

cve_prioritizer v1.4.0

10 Dec 08:32
Compare
Choose a tag to compare

Enhancements

  • Added Vendor and Product information to verbose mode
  • Added Vendor, Product and CPE information to file

Bugs

  • Added display message for CVEs not yet scored by EPSS

cve_prioritizer v1.3.0

03 Jun 09:25
Compare
Choose a tag to compare

Added additional checks and balances to respect NIST's rate limiting and avoid performance issues