Skip to content

Releases: TURROKS/CVE_Prioritizer

cve_prioritizer v1.10.1

20 Jul 06:44

Choose a tag to compare

What's Changed

  • Added Exploit Maturity Checks + File export fixes (f85d7e7 by Mario Rojas).

Full Changelog: v1.9.0...v1.10.1

cve_prioritizer v1.9.0

29 Mar 18:34

Choose a tag to compare

What's Changed

  • Enhance/aliases by @TURROKS in #38
  • Added support for CVSS V4 in #40
  • Added HTML report generation in #40
  • Fixed issue in prioritization when using Vulncheck + CISA Kev in #40

Full Changelog: v1.8.3...v1.9.0

cve_prioritizer v1.8.3

06 Mar 16:36

Choose a tag to compare

What's Changed

Full Changelog: v1.8.2...v1.8.3

cve_prioritizer v1.8.1

12 Feb 11:04

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.8.1

cve_prioritizer v1.8.0

03 Nov 12:28

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

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

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

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

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

Choose a tag to compare

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