Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: CERTCC/SSVC

SSVC v2025.9.2

07 Oct 17:45
8ea1967

Choose a tag to compare

This release renames the Policy Explorer tool to SSVC Explorer, consolidates our change log into our SSVC Release Notes on GitHub, and makes a few dependency updates.

What's Changed

Full Changelog: v2025.9.1...v2025.9.2

SSVC v2025.9.1

29 Sep 15:34
1ee5728

Choose a tag to compare

This release cleans up some regular expression details with the namespace pattern.

What's Changed

Full Changelog: v2025.9...v2025.9.1

SSVC v2025.9

17 Sep 17:36
d99e641

Choose a tag to compare

In this release, we’ve introduced major new capabilities, refined core concepts, and added supporting tools and documentation.

Significant Changes

Decision Tables as a First-Class Object

  • Added a DecisionTable Python object and corresponding JSON schema to represent a complete SSVC decision model.
    • A DecisionTable contains a set of DecisionPoints, designates one as the outcome, and provides a mapping that fully enumerates input combinations and assigns each combination to a specific outcome value.
    • The Python implementation includes validation to ensure mappings are logically consistent with the partial order formed by ordered decision point values.
  • Terminology change: what we previously called a Decision Tree or Decision Policy is now standardized as a Decision Table.
    • Rationale:
      1. Avoid confusion between the operations research use of "decision tree" and the machine learning sense.
      2. The word policy has overloaded meanings beyond our intended usage.
      3. Decision Table is an established term that better conveys our intent.
    • See issue #698 for discussion.
  • Added DecisionTable objects for specific use cases: Deployer, CISA Coordinator, CVSS v4 equivalence sets, coordinator triage models, and qualitative severity ratings.

Formalizing Decision Point Value Selections

  • Added a SelectionList Python object and corresponding JSON schema to represent shareable decision point value selections in data exchange formats.
  • Integration with the OASIS CSAF working group: the SSVC SelectionList format is being incorporated into a forthcoming revision of the CSAF specification.
  • Extended support for probability- and quantile-bin–based decision points.

First Steps Toward an SSVC API

  • Introduced a FastAPI-based Registry API with a Registry object that manages DecisionPoint and DecisionTable instances.
  • API endpoints are versioned (/v1/) to allow for future compatibility.
  • Packaged for containerized deployment via docker-compose.

Namespace Improvements

  • Refined namespace specification and implementation to support:
    • Reverse-domain formats
    • Fragments (e.g., ssvc#example)
    • Language tags
    • Extensions
  • Aligned namespace patterns with a formal ABNF grammar.
  • Updated documentation: Namespaces Reference.

Tooling Enhancements

New How-To Articles

Documentation Improvements


Highlights from merged PRs include:

See the full PR list below.


Dependency Updates

Routine bumps to mkdocs, pandas, jsonschema, and GitHub Actions tooling.


What's Changed

Read more

SSVC v2025.6

18 Jun 17:36
ff6498a

Choose a tag to compare

What's Changed

  • Add an 'Explanation' Overview document by @sei-renae in #716
  • Simplify Makefile / Dockerfile interactions using docker-compose.yml by @ahouseholder in #785

Dependency Updates

Full Changelog: v2025.3.3...v2025.6

SSVC v2025.3.3

03 Apr 17:56
6557e21

Choose a tag to compare

Maintenance release to update site design template and dependencies

What's Changed

Full Changelog: v2025.3.2...v2025.3.3

SSVC v2025.3.2

27 Mar 14:43
20a7a9c

Choose a tag to compare

What's Changed

  • Change docs copyright page to reflect new LICENSE wording by @sei-renae in #763
  • Update namespace to ensure sufficient limits are established by @sei-vsarvepalli in #765

Full Changelog: v2025.3.1...v2025.3.2

SSVC v2025.3.1

26 Mar 16:30
df67bbd

Choose a tag to compare

What's Changed

  • Update copyright & licensing statements by @sei-renae in #758
  • Bump site deployment environment to python 3.12

Full Changelog: v2025.3...v2025.3.1

SSVC v2025.3

26 Mar 16:19
293808a

Choose a tag to compare

SSVC v2025.3 updates the json format examples and adds some formality around our use of namespaces in the data object representations of SSVC objects. It also improves the presentation of the CWE list in the Exploitation decision point.

What's Changed

Dependency updates

Full Changelog: v2025.2...v2025.3

SSVC v2025.2

27 Feb 16:43
39f40c2

Choose a tag to compare

This release

  • Updates the json schemas
  • Adds documentation for CVSS vector element based SSVC decision points
  • Improves some back-end python to set up future development
  • Adds a dockerized container for documentation development
  • Fixes a few content bugs (broken links, etc.)
  • Update dependencies

What's Changed

Dependency Updates

New Contributors

Full Changelog: v2024.3.9...v2025.2

SSVC v2024.3.9

16 Jan 21:50
57573d3

Choose a tag to compare

This release converges feedback from the CSAF and CVE projects on the SSVC json schema. Also various dependency updates.

What's Changed

New Contributors

Full Changelog: v2024.3.8...v2024.3.9