Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
20a85c4
Update acks page
sei-renae Nov 14, 2025
8854b26
Update docs/about/acknowledgements.md
sei-renae Nov 14, 2025
116123b
Update docs/about/acknowledgements.md
sei-renae Nov 14, 2025
420d7d3
Bump DavidAnson/markdownlint-cli2-action from 20 to 21
dependabot[bot] Nov 17, 2025
87e03d9
Update acks page (#1037)
ahouseholder Nov 17, 2025
f157996
Bump DavidAnson/markdownlint-cli2-action from 20 to 21 (#1039)
ahouseholder Nov 17, 2025
9ecb82c
Bump actions/checkout from 5 to 6
dependabot[bot] Nov 24, 2025
0a74699
Bump actions/checkout from 5 to 6 (#1042)
ahouseholder Nov 24, 2025
56163d5
Bump DavidAnson/markdownlint-cli2-action from 21 to 22
dependabot[bot] Dec 15, 2025
6fe015d
Bump tj-actions/changed-files from 47.0.0 to 47.0.1
dependabot[bot] Dec 15, 2025
616a653
Bump actions/upload-artifact from 5 to 6
dependabot[bot] Dec 15, 2025
c458958
Bump DavidAnson/markdownlint-cli2-action from 21 to 22 (#1046)
ahouseholder Jan 5, 2026
9b6610e
Bump tj-actions/changed-files from 47.0.0 to 47.0.1 (#1047)
ahouseholder Jan 5, 2026
cd781f9
Bump actions/upload-artifact from 5 to 6 (#1048)
ahouseholder Jan 5, 2026
618931e
Fix for prompting div location failure
sei-vsarvepalli Jan 9, 2026
f50d163
Fix for prompting div location failure (#1056)
ahouseholder Jan 9, 2026
40c093f
Initial plan
Copilot Jan 9, 2026
a4c01bf
Fix JavaScript syntax error: change comma to colon in object property
Copilot Jan 9, 2026
e4819d2
Fix JavaScript object property syntax in ssvc-explorer/simple.js (#1058)
sei-vsarvepalli Jan 9, 2026
a97dc33
Merge branch 'publish' into main
ahouseholder Jan 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up Python
uses: actions/setup-python@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up Python
uses: actions/setup-python@v6
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint_md_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62
- uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891
id: changed-files
with:
files: '**/*.md'
separator: ","
- uses: DavidAnson/markdownlint-cli2-action@v20
- uses: DavidAnson/markdownlint-cli2-action@v22
if: steps.changed-files.outputs.any_changed == 'true'
with:
globs: ${{ steps.changed-files.outputs.all_changed_files }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-tags: true
- name: Set up Python 3.12
Expand All @@ -37,7 +37,7 @@ jobs:
run: |
uv build
- name: Upload Artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: ssvc
path: src/dist/ssvc-*.tar.gz
Expand Down
44 changes: 37 additions & 7 deletions docs/about/acknowledgements.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,55 @@
# Acknowledgements

The authors would first like to acknowledge the valuable contributions of previous authors who have worked on earlier versions
of this report: Art Manion, Madison Oliver, and Deana Shick.
The SSVC team would first like to acknowledge the valuable contributions of
previous authors who have worked on earlier versions of SSVC: Eric Hatleback,
Bon Jin Koo, Art Manion, Madison Oliver, Deana Shick, and Jonathan Spring.

The authors thank the [contributors](https://github.com/CERTCC/SSVC/graphs/contributors) to the
[SSVC project](https://github.com/CERTCC/SSVC) on Github as well as the following individuals for helpful comments on
prior drafts (listed in alphabetical order):
SSVC began as a series of papers before we created this site. Earlier versions
were written by:
[1] J. M. Spring, E. Hatleback, A. D. Householder, A. Manion, and D. Shick,
"Towards Improving CVSS," Software Engineering Institute, Carnegie Mellon
University, Dec. 2018. [Online]. Available: [https://github.com/CERTCC/SSVC/blob/main/pdfs/2018_019_001_538372.pdf](https://github.com/CERTCC/SSVC/blob/main/pdfs/2018_019_001_538372.pdf)
[2] J. M. Spring, E. Hatleback, A. D. Householder, A. Manion, and D. Shick,
"Prioritizing Vulnerability Response: a Stakeholder-Specific Vulnerability
Categorization," Software Engineering Institute, Carnegie Mellon University,
Nov. 2019. [Online]. Available: [https://github.com/CERTCC/SSVC/blob/main/pdfs/2019_019_001_636391.pdf](https://github.com/CERTCC/SSVC/blob/main/pdfs/2019_019_001_636391.pdf)
[3] J. M. Spring, E. Hatleback, A. D. Householder, A. Manion, and D. Shick,
"Prioritizing Vulnerability Response: a Stakeholder-Specific Vulnerability
Categorization (Version 1.1)," Software Engineering Institute, Carnegie Mellon
University, Dec. 2020. [Online]. Available: [https://github.com/CERTCC/SSVC/blob/main/pdfs/weis20-final6.pdf](https://github.com/CERTCC/SSVC/blob/main/pdfs/weis20-final6.pdf)
[4] J. M. Spring, A. D. Householder, E. Hatleback, A. Manion, M. Oliver,
V. Sarvepalli, L. Tyzenhaus, and C. Yarbrough,
"Prioritizing Vulnerability Response: a Stakeholder-Specific Vulnerability
Categorization (Version 2.0)," Software Engineering Institute, Carnegie Mellon
University, Apr. 2021. [Online]. Available: [https://github.com/CERTCC/SSVC/blob/main/pdfs/2021_019_001_653461.pdf](https://github.com/CERTCC/SSVC/blob/main/pdfs/2021_019_001_653461.pdf)
[5] J. M. Spring, E. Hatleback, A. D. Householder, V. Sarvepalli, L. Tyzenhaus,
and C. Yarbrough, "Prioritizing Vulnerability Response: a Stakeholder-Specific
Vulnerability Categorization (SSVC) version 2.1.0-edb6c97," Software
Engineering Institute, Carnegie Mellon University, Sep. 2023. [Online].
Available: [https://github.com/CERTCC/SSVC/blob/main/pdfs/ssvc_2_1_draft.pdf](https://github.com/CERTCC/SSVC/blob/main/pdfs/ssvc_2_1_draft.pdf)

The SSVC team thanks the [contributors](https://github.com/CERTCC/SSVC/graphs/contributors)
to the [SSVC project](https://github.com/CERTCC/SSVC) on GitHub as well as the
following individuals for helpful comments on earlier versions (listed in
alphabetical order):
Muhammad Akbar,
Will Dormann,
Manish Gaur,
Ralph Langer,
David Oxley
David Oxley,
Dale Peterson,
Bernhard Reiter,
Thomas Schmidt,
Jeroen van der Ham,
Michel van Eeten,
and Sounil Yu.

The authors also thank those others too numerous to name individually who provided comments and feedback, including:
The SSVC team also thanks those others too numerous to name individually who
provided comments and feedback, including:
Attendees at S4, Miami FL 2020;
Attendees at A Conference on Defense (ACoD), Austin TX 2020;
Anonymous WEIS reviewers;
Various staff members and analysts at CERT/CC, CISA, McAfee, and VMWare;
FIRST CVSS SIG and EPSS SIG members;
OASIS CSAF TC;
and others who wish to remain anonymous.
3 changes: 1 addition & 2 deletions docs/ssvc-explorer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,12 @@ Language
<button onclick="SSVC.updateTree()" data-update="1" style="margin-top: 10px;padding: 8px 12px;border: none;background-color: #007bff;color: #fff;border-radius: 4px;cursor: pointer; float:right">Update</button>
<button onclick="SSVC.popupEnd()" style="margin: 10px 10px 0px 0px;;padding: 8px 12px;border: none;background-color: #ff2121;color: #fff;border-radius: 4px;cursor: pointer; float:right">Cancel</button>
</div>
</div>

<div data-yesno="1" style="display:none">
<h4 style="text-align: center">Would you like to proceed?</h4>
<button style="margin-top: 10px;padding: 8px 12px;border: none;background-color: #007bff;color: #fff;border-radius: 4px;cursor: pointer; float:right">Yes</button>
<button style="margin: 10px 10px 0px 0px;;padding: 8px 12px;border: none;background-color: #ff2121;color: #fff;border-radius: 4px;cursor: pointer; float:right">No</button>
</div>
</div>
<form autocomplete="off">
<span style="font-size: 20px;font-weight: bold; vertical-align:top">Sample Decision Models:</span>
<input type="file" name="fileupload" style="display:none" onchange="SSVC.readFile(this)">
Expand Down
1 change: 1 addition & 0 deletions docs/ssvc-explorer/simple.js
Original file line number Diff line number Diff line change
Expand Up @@ -2627,6 +2627,7 @@ function fun_execute(w) {
return {
ssvc_launch: ssvc_launch,
decision_trees: decision_trees,
decision_points: decision_points,
form: form,
loadSSVC: loadSSVC,
readFile: readFile,
Expand Down
Loading