From 6b587fe276db7e60e25e2ee87fe9bef24cc63e16 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 28 Mar 2026 00:16:19 -0400 Subject: content/posts/2025-10-04-polycvss-v0.2.0.md: add polycvss v0.3.5 --- content/posts/2025-10-04-polycvss-v0.2.0.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'content/posts') diff --git a/content/posts/2025-10-04-polycvss-v0.2.0.md b/content/posts/2025-10-04-polycvss-v0.2.0.md index 7512fca..c24619b 100644 --- a/content/posts/2025-10-04-polycvss-v0.2.0.md +++ b/content/posts/2025-10-04-polycvss-v0.2.0.md @@ -80,9 +80,10 @@ This example tool is included in the [Git repository][] as dependencies, documentation and formatting fixes. - 2026-03-07: [polycvss v0.3.4][]: Update dependencies and copyright year. Minor documentation improvements. +- 2026-03-27: [polycvss v0.3.5][]: Increase test coverage to 98%. Add + `impl std::error::Error for polycvss::Err`. Remove unused code. Minor + documentation fixes and improvements. -[html]: https://en.wikipedia.org/wiki/HTML - "HyperText Markup Language" [rust]: https://rust-lang.org/ "Rust programming language." [cvss]: https://www.first.org/cvss/ @@ -93,22 +94,12 @@ This example tool is included in the [Git repository][] as "CVSS v3.1 Specification" [doc-v4]: https://www.first.org/cvss/v4-0/specification-document "Common Vulnerability Scoring System (CVSS) version 4.0 Specification" -[bit-field]: https://en.wikipedia.org/wiki/Bit_field - "Bit field (Wikipedia)" [cvss-score]: https://github.com/pablotron/polycvss/blob/main/src/bin/cvss-score.rs "Example command-line tool which parses a CVSS vector and prints the score and severity to standard output." [git repository]: https://github.com/pablotron/polycvss "polycvss git repository" [polycvss]: https://github.com/pablotron/polycvss "polycvss Rust library" -[v2-calc]: https://nvd.nist.gov/vuln-metrics/cvss/v2-calculator - "NVD CVSS v2 calculator" -[v3-calc]: https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator - "NVD CVSS v3 calculator" -[v4-calc]: https://nvd.nist.gov/site-scripts/cvss-v4-calculator-main/ - "NVD CVSS v4 calculator" -[cargo]: https://doc.rust-lang.org/cargo/ - "Rust package manager" [podman]: https://podman.io/ "Podman container management tool" [docker]: https://docker.com/ @@ -147,5 +138,7 @@ This example tool is included in the [Git repository][] as "polycvss version 0.3.3" [polycvss v0.3.4]: https://github.com/pablotron/polycvss/releases/tag/0.3.4 "polycvss version 0.3.4" +[polycvss v0.3.5]: https://github.com/pablotron/polycvss/releases/tag/0.3.5 + "polycvss version 0.3.5" [v4-nomenclature]: https://docs.rs/polycvss/latest/polycvss/v4/enum.Nomenclature.html "polycvss::v4::Nomenclature documentation." -- cgit v1.2.3