Skip to content

Commit f4b54c1

Browse files
authored
Publish v2025.9.4 (#1059)
2 parents a06ffda + a97dc33 commit f4b54c1

File tree

7 files changed

+46
-16
lines changed

7 files changed

+46
-16
lines changed

.github/workflows/deploy_site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636

3737
- name: Set up Python
3838
uses: actions/setup-python@v6

.github/workflows/link_checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
- name: Set up Python
2626
uses: actions/setup-python@v6

.github/workflows/lint_md_changes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
lint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
19-
- uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62
19+
- uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891
2020
id: changed-files
2121
with:
2222
files: '**/*.md'
2323
separator: ","
24-
- uses: DavidAnson/markdownlint-cli2-action@v20
24+
- uses: DavidAnson/markdownlint-cli2-action@v22
2525
if: steps.changed-files.outputs.any_changed == 'true'
2626
with:
2727
globs: ${{ steps.changed-files.outputs.all_changed_files }}

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
fetch-tags: true
2424
- name: Set up Python 3.12
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
uv build
3939
- name: Upload Artifacts
40-
uses: actions/upload-artifact@v5
40+
uses: actions/upload-artifact@v6
4141
with:
4242
name: ssvc
4343
path: src/dist/ssvc-*.tar.gz

docs/about/acknowledgements.md

Lines changed: 37 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,55 @@
11
# Acknowledgements
22

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

6-
The authors thank the [contributors](https://github.com/CERTCC/SSVC/graphs/contributors) to the
7-
[SSVC project](https://github.com/CERTCC/SSVC) on Github as well as the following individuals for helpful comments on
8-
prior drafts (listed in alphabetical order):
7+
SSVC began as a series of papers before we created this site. Earlier versions
8+
were written by:
9+
[1] J. M. Spring, E. Hatleback, A. D. Householder, A. Manion, and D. Shick,
10+
"Towards Improving CVSS," Software Engineering Institute, Carnegie Mellon
11+
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)
12+
[2] J. M. Spring, E. Hatleback, A. D. Householder, A. Manion, and D. Shick,
13+
"Prioritizing Vulnerability Response: a Stakeholder-Specific Vulnerability
14+
Categorization," Software Engineering Institute, Carnegie Mellon University,
15+
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)
16+
[3] J. M. Spring, E. Hatleback, A. D. Householder, A. Manion, and D. Shick,
17+
"Prioritizing Vulnerability Response: a Stakeholder-Specific Vulnerability
18+
Categorization (Version 1.1)," Software Engineering Institute, Carnegie Mellon
19+
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)
20+
[4] J. M. Spring, A. D. Householder, E. Hatleback, A. Manion, M. Oliver,
21+
V. Sarvepalli, L. Tyzenhaus, and C. Yarbrough,
22+
"Prioritizing Vulnerability Response: a Stakeholder-Specific Vulnerability
23+
Categorization (Version 2.0)," Software Engineering Institute, Carnegie Mellon
24+
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)
25+
[5] J. M. Spring, E. Hatleback, A. D. Householder, V. Sarvepalli, L. Tyzenhaus,
26+
and C. Yarbrough, "Prioritizing Vulnerability Response: a Stakeholder-Specific
27+
Vulnerability Categorization (SSVC) version 2.1.0-edb6c97," Software
28+
Engineering Institute, Carnegie Mellon University, Sep. 2023. [Online].
29+
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)
30+
31+
The SSVC team thanks the [contributors](https://github.com/CERTCC/SSVC/graphs/contributors)
32+
to the [SSVC project](https://github.com/CERTCC/SSVC) on GitHub as well as the
33+
following individuals for helpful comments on earlier versions (listed in
34+
alphabetical order):
935
Muhammad Akbar,
1036
Will Dormann,
1137
Manish Gaur,
1238
Ralph Langer,
13-
David Oxley
39+
David Oxley,
1440
Dale Peterson,
41+
Bernhard Reiter,
42+
Thomas Schmidt,
1543
Jeroen van der Ham,
1644
Michel van Eeten,
1745
and Sounil Yu.
1846

19-
The authors also thank those others too numerous to name individually who provided comments and feedback, including:
47+
The SSVC team also thanks those others too numerous to name individually who
48+
provided comments and feedback, including:
2049
Attendees at S4, Miami FL 2020;
2150
Attendees at A Conference on Defense (ACoD), Austin TX 2020;
2251
Anonymous WEIS reviewers;
2352
Various staff members and analysts at CERT/CC, CISA, McAfee, and VMWare;
2453
FIRST CVSS SIG and EPSS SIG members;
54+
OASIS CSAF TC;
2555
and others who wish to remain anonymous.

docs/ssvc-explorer/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,12 @@ Language
7676
<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>
7777
<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>
7878
</div>
79-
</div>
80-
8179
<div data-yesno="1" style="display:none">
8280
<h4 style="text-align: center">Would you like to proceed?</h4>
8381
<button style="margin-top: 10px;padding: 8px 12px;border: none;background-color: #007bff;color: #fff;border-radius: 4px;cursor: pointer; float:right">Yes</button>
8482
<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>
8583
</div>
84+
</div>
8685
<form autocomplete="off">
8786
<span style="font-size: 20px;font-weight: bold; vertical-align:top">Sample Decision Models:</span>
8887
<input type="file" name="fileupload" style="display:none" onchange="SSVC.readFile(this)">

docs/ssvc-explorer/simple.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2627,6 +2627,7 @@ function fun_execute(w) {
26272627
return {
26282628
ssvc_launch: ssvc_launch,
26292629
decision_trees: decision_trees,
2630+
decision_points: decision_points,
26302631
form: form,
26312632
loadSSVC: loadSSVC,
26322633
readFile: readFile,

0 commit comments

Comments
 (0)