Skip to content

SSVC v2.1 (v2023.7)

Compare
Choose a tag to compare
@ahouseholder ahouseholder released this 17 Jul 19:34
· 249 commits to main since this release
7d9e303

The Stakeholder-specific Vulnerability Categorization (SSVC) is a system for prioritizing actions during vulnerability management. SSVC aims to avoid one-size-fits-all solutions in favor of a modular decision-making system with clearly defined and tested parts that vulnerability managers can select and use as appropriate to their context.

Version 2.1 makes the following improvements on SSVC version 2.0:

  • Introduced a demo SSVC Calc App which became the basis for CISA's SSVC Calculator
  • Updated Deployer tree to use Automatable instead of Utility, which reduced the size from 108 leaf nodes to 72.
  • Adjusted Deployer tree decisions based on stakeholder feedback
  • Adjusted Supplier tree decisions based on stakeholder feedback
  • Added section on Sharing Trees With Others including a discussion of decision point scope and decision tree scope.
  • Improved clarity of time-sensitivity of some decision points in Representing Information for Decisions About Vulnerabilities
  • Improved description of Mission Impact
  • Improved consistency of Public Safety Impact usage throughout the document and tooling
  • Improved consistency of Human Impact usage throughout the document
  • Clarified that known default passwords are an example of Exploitation:PoC
  • Clarified that unreachable code (as in unused library features) are System Exposure:small
  • Mention DoD MEF definition in Mission Impact
  • Updated references to EPSS to reflect recent publications
  • Refactored markdown files to better track chapter and section numbering, improving findability when editing
  • Automated HTML and PDF generation into a Github Workflow
  • Updated python tools to maintain sync with current SSVC decision models
  • Consolidated the SSVC document style guide into a single file in the repository
  • Miscellaneous typo fixes and readability improvements (e.g., headings, bulleted lists)

What's Changed

New Contributors

Full Changelog: v2.0...v2.1