cvss: v2 docs and changelog catch-up - #1663
Merged
Merged
Conversation
djc
reviewed
Jul 31, 2026
lib.rs still carried the CVSS v2.0 TODO and its usage section skipped the v2 module. Documents the hand-constructed-vector contract on the two v2 scoring helpers.
Release notes for v2.1.1 and later are published on GitHub Releases and are not duplicated here. The entries up to 2.1.0 stay: no GitHub Release covers them. The unreleased section is dropped; the next release's notes carry its content.
gronke
force-pushed
the
cvss/v2-docs-changelog
branch
from
July 31, 2026 11:51
9d7c1d9 to
e1454d1
Compare
djc
approved these changes
Jul 31, 2026
Member
|
LGTM, thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
lib.rs still carried the CVSS v2.0 TODO and its usage section skipped the v2 module; the changelog stopped at 2.1.0.
Backfills 2.1.1 (#1400), 2.2.0 (#1416, #1421), and the unreleased 3.0.0 changes (#1465, #1472), reconstructed from the tagged releases (their own changelogs also stop at 2.1.0) with crates.io publish dates, and documents the hand-constructed-vector contract on the two v2 scoring helpers.
If you prefer a different backfill shape, happy to adjust.