From f3b12ffb6a06f6359779839e5df509de86a34e94 Mon Sep 17 00:00:00 2001 From: Mario Rojas <16016384+TURROKS@users.noreply.github.com> Date: Sun, 3 Nov 2024 16:21:57 +0400 Subject: [PATCH] Updated version number to 1.8.0 --- README.md | 2 +- docs/CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cebf99..a7b1442 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ To use CVE_Prioritizer effectively, follow these steps: - **Single CVE:** Use the `-c` followed by the CVE ID. - **List of CVEs:** Use `-l` followed by a **comma-separated** list of CVEs. - **File with CVEs:** Use `-f` to import a file containing CVE IDs (one per line). - - **Import Vulnerability Reports:** Use the -f flag along with --nessus or --openvas to automatically + - **Import Vulnerability Reports:** Use the `-f` flag along with `--nessus` or `--openvas` to automatically ingest CVEs from Nessus or OpenVAS scan reports. 4. Tailor the output according to your needs: - Use the `-v` or `--verbose` for detailed information. diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index aa57fce..bc38714 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [v1.8.0](https://github.com/TURROKS/CVE_Prioritizer/releases/tag/v1.8.0) - 2024-11-03 + +[Compare with v1.7.2](https://github.com/TURROKS/CVE_Prioritizer/compare/v1.7.2...v1.8.0) + ## [v1.7.2](https://github.com/TURROKS/CVE_Prioritizer/releases/tag/v1.7.2) - 2024-10-06 [Compare with v1.6.1](https://github.com/TURROKS/CVE_Prioritizer/compare/v1.6.1...v1.7.2)