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
5 changes: 2 additions & 3 deletions src/ssvc/decision_points/automatable.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/env python

"""
file: automatable
author: adh
created_at: 9/21/23 10:37 AM
Provides the Automatable decision point and its values.
"""
# Copyright (c) 2023-2025 Carnegie Mellon University and Contributors.
# - see Contributors.md for a full list of Contributors
Expand Down
5 changes: 2 additions & 3 deletions src/ssvc/decision_points/base.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/env python

"""
file: decisionpoints
author: adh
created_at: 9/20/23 10:07 AM
Defines the formatting for SSVC Decision Points.
"""
# Copyright (c) 2023-2025 Carnegie Mellon University and Contributors.
# - see Contributors.md for a full list of Contributors
Expand Down
1 change: 1 addition & 0 deletions src/ssvc/decision_points/critical_software.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python

"""
Provides an SSVC decision point for critical software designation.
"""
Expand Down
1 change: 1 addition & 0 deletions src/ssvc/decision_points/helpers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python

"""
Provides helper functions for working with SSVC decision points.
"""
Expand Down
1 change: 1 addition & 0 deletions src/ssvc/decision_points/high_value_asset.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python

"""
Models a high value asset as a decision point.
"""
Expand Down
1 change: 1 addition & 0 deletions src/ssvc/decision_points/human_impact.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python

"""
Provides the Human Impact decision point and its values.
"""
Expand Down
5 changes: 2 additions & 3 deletions src/ssvc/decision_points/mission_impact.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/env python

"""
file: mission_impact
author: adh
created_at: 9/21/23 10:20 AM
Provides the Mission Impact decision point and its values.
"""

# Copyright (c) 2024-2025 Carnegie Mellon University and Contributors.
Expand Down
6 changes: 6 additions & 0 deletions src/ssvc/decision_points/mission_prevalence.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#!/usr/bin/env python

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

# 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
Expand Down
1 change: 1 addition & 0 deletions src/ssvc/decision_points/public_safety_impact.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python

"""
Provides the Public Safety Impact decision point and its values.
"""
Expand Down
1 change: 1 addition & 0 deletions src/ssvc/decision_points/public_value_added.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python

"""
This module provides the Public Value Added decision point for the Stakeholder Specific Vulnerability Categorization (SSVC) framework.
"""
Expand Down
1 change: 1 addition & 0 deletions src/ssvc/decision_points/report_credibility.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python

"""
Provides the SSVC Report Credibility Decision Point
"""
Expand Down
1 change: 1 addition & 0 deletions src/ssvc/decision_points/report_public.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python

"""
Provides the SSVC Report Public Decision Point
"""
Expand Down
1 change: 1 addition & 0 deletions src/ssvc/decision_points/safety_impact.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python

"""
Provides the Safety Impact decision point and its values.
"""
Expand Down
5 changes: 2 additions & 3 deletions src/ssvc/decision_points/supplier_cardinality.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/env python

"""
file: supplier_cardinality
author: adh
created_at: 9/21/23 11:20 AM
Provides the Supplier Cardinality decision point and its values.
"""
# Copyright (c) 2025 Carnegie Mellon University and Contributors.
# - see Contributors.md for a full list of Contributors
Expand Down
4 changes: 1 addition & 3 deletions src/ssvc/decision_points/supplier_contacted.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/usr/bin/env python
"""
file: supplier_contacted
author: adh
created_at: 9/21/23 11:17 AM
Provides the Supplier Engagement decision point and its values.
"""
# Copyright (c) 2025 Carnegie Mellon University and Contributors.
# - see Contributors.md for a full list of Contributors
Expand Down
5 changes: 2 additions & 3 deletions src/ssvc/decision_points/supplier_engagement.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/env python

"""
file: supplier_engagement
author: adh
created_at: 9/21/23 11:22 AM
Provides the Supplier Engagement decision point and its values.
"""

# Copyright (c) 2025 Carnegie Mellon University and Contributors.
Expand Down
4 changes: 1 addition & 3 deletions src/ssvc/decision_points/supplier_involvement.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/usr/bin/env python
"""
file: supplier_involvement
author: adh
created_at: 9/21/23 11:28 AM
Provides the Supplier Involvement decision point and its values.
"""

# Copyright (c) 2025 Carnegie Mellon University and Contributors.
Expand Down
5 changes: 2 additions & 3 deletions src/ssvc/decision_points/system_exposure.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/env python

"""
file: exposure
author: adh
created_at: 9/21/23 10:16 AM
Provides the System Exposure decision point and its values.
"""
# Copyright (c) 2025 Carnegie Mellon University and Contributors.
# - see Contributors.md for a full list of Contributors
Expand Down
8 changes: 4 additions & 4 deletions src/ssvc/decision_points/technical_impact.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env python

"""
file: technical_impact
author: adh
created_at: 9/21/23 9:49 AM
Provides the Technical Impact decision point and its values.
"""
# Copyright (c) 2025 Carnegie Mellon University and Contributors.

# 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
Expand Down
5 changes: 5 additions & 0 deletions src/ssvc/decision_points/utility.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/usr/bin/env python

"""
Provides the Utility decision point and its values.
"""

# 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
Expand Down
7 changes: 3 additions & 4 deletions src/ssvc/decision_points/value_density.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/usr/bin/env python
"""
file: value_density
author: adh
created_at: 9/21/23 10:01 AM
Provides the Value Density decision point and its values.
"""
# Copyright (c) 2025 Carnegie Mellon University and Contributors.

# 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
Expand Down