Skip to content

Commit

Permalink
Updated version number to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TURROKS committed Nov 3, 2024
1 parent 62d6762 commit f3b12ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<!-- insertion marker -->
## [v1.8.0](https://github.com/TURROKS/CVE_Prioritizer/releases/tag/v1.8.0) - 2024-11-03

<small>[Compare with v1.7.2](https://github.com/TURROKS/CVE_Prioritizer/compare/v1.7.2...v1.8.0)</small>

## [v1.7.2](https://github.com/TURROKS/CVE_Prioritizer/releases/tag/v1.7.2) - 2024-10-06

<small>[Compare with v1.6.1](https://github.com/TURROKS/CVE_Prioritizer/compare/v1.6.1...v1.7.2)</small>
Expand Down

0 comments on commit f3b12ff

Please sign in to comment.