Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Copy link
Contributor

@ahouseholder ahouseholder Feb 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem right. Why would Exploitation have a key of "V"? "V" used to be Virulence, which was replaced by "Automatable" ("A"). So this change to "Exploitation" seems out of place.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for catching that I went to L34 instead of L54. Update incoming.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thes scheme example should go in an archive folder, we no longer support this format
data/schema_examples/Computed-CVE-2014-0751-Coordinator-with-tree.json

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spawned @sei-vsarvepalli 's comment into a new issue #687 so we don't have to hold this PR for merging

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"role": "Coordinator",
"id": "CVE-2014-0751",
"version": "2.0.3",
"computed": "SSVCv2/E:A/V:S/T:T/P:M/B:A/M:M/D:A/2021-09-29T15:29:44Z/",
"computed": "SSVCv2/E:A/A:N/T:T/P:M/B:A/M:M/D:A/2021-09-29T15:29:44Z/",
"timestamp": "2021-09-29T15:29:44Z",
"options": [
{
Expand Down Expand Up @@ -52,7 +52,7 @@
},
{
"label": "Automatable",
"key": "V",
"key": "A",
"decision_type": "simple",
"options": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"role": "Coordinator",
"id": "CVE-2014-0751",
"version": "2.0.3",
"computed": "SSVCv2/E:A/V:S/T:T/P:M/B:A/M:M/D:A/2021-09-29T15:29:44Z/",
"computed": "SSVCv2/E:A/A:N/T:T/P:M/B:A/M:M/D:A/2021-09-29T15:29:44Z/",
"timestamp": "2021-09-29T15:29:44Z",
"options": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/ssvc/decision_points/mission_prevalence.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

"""
Provides the Mission Prevalence decision point and its values."
Provides the Mission Prevalence decision point and its values.
"""

# Copyright (c) 2024-2025 Carnegie Mellon University and Contributors.
Expand Down
1 change: 0 additions & 1 deletion src/ssvc/decision_points/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"""

# Copyright (c) 2024-2025 Carnegie Mellon University and Contributors.
# - see Contributors.md for a full list of Contributors
# - see ContributionInstructions.md for information on how you can Contribute to this project
# Stakeholder Specific Vulnerability Categorization (SSVC) is
# licensed under a MIT (SEI)-style license, please see LICENSE.md distributed
Expand Down