File tree Expand file tree Collapse file tree
docs/howto/gathering_info Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Gathering Information About Exploitation
22``` python exec="true" idprefix=""
3- from ssvc.decision_points.ssvc.automatable import LATEST
3+ from ssvc.decision_points.ssvc.exploitation import LATEST
44from ssvc.doc_helpers import example_block
55
66print (example_block(LATEST ))
Original file line number Diff line number Diff line change 11# Gathering Information About Mission Impact
22
33``` python exec="true" idprefix=""
4- from ssvc.decision_points.ssvc.automatable import LATEST
4+ from ssvc.decision_points.ssvc.mission_impact import LATEST
55from ssvc.doc_helpers import example_block
66
77print (example_block(LATEST ))
Original file line number Diff line number Diff line change 11# Gathering Information About System Exposure
22
33``` python exec="true" idprefix=""
4- from ssvc.decision_points.ssvc.automatable import LATEST
4+ from ssvc.decision_points.ssvc.system_exposure import LATEST
55from ssvc.doc_helpers import example_block
66
77print (example_block(LATEST ))
Original file line number Diff line number Diff line change 11# Gathering Information About Technical Impact
22
33``` python exec="true" idprefix=""
4- from ssvc.decision_points.ssvc.automatable import LATEST
4+ from ssvc.decision_points.ssvc.technical_impact import LATEST
55from ssvc.doc_helpers import example_block
66
77print (example_block(LATEST ))
Original file line number Diff line number Diff line change 11# Gathering Information About Value Density
22
33``` python exec="true" idprefix=""
4- from ssvc.decision_points.ssvc.automatable import LATEST
4+ from ssvc.decision_points.ssvc.value_density import LATEST
55from ssvc.doc_helpers import example_block
66
77print (example_block(LATEST ))
You can’t perform that action at this time.
0 commit comments