Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Creating this as a draft so we can figure out where to go with it.
Copilot Summary (replace as needed as the branch develops)
This pull request includes significant updates to the documentation and codebase related to the National Cybersecurity Incident Scoring System (NCISS) decision points. The most important changes include the addition of new documentation, the introduction of new decision points, and the refactoring of existing code to support these updates.
Documentation Updates:
docs/reference/decision_points/nciss/
directory. [1] [2] [3]mkdocs.yml
configuration file to include the new NCISS decision points in the navigation.Codebase Enhancements:
src/ssvc/decision_points/nciss/
directory. [1] [2] [3]_Valued
mixin class to thesrc/ssvc/_mixins.py
file to support iteration over decision point values.SsvcDecisionPoint
class insrc/ssvc/decision_points/base.py
to use the new_Valued
mixin and changed thevalues
attribute to a tuple. [1] [2]Miscellaneous:
src/ssvc/decision_points/nciss/
directory. [1] [2]These changes collectively enhance the documentation and functionality of the NCISS decision points within the SSVC framework.