We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ede829 commit 33e8a48Copy full SHA for 33e8a48
README.md
@@ -8,12 +8,12 @@
8
use SSVC;
9
10
$ssvc = SSVC->new(
11
-methodology => 'cisa',
12
-exploitation => 'active',
13
-automatable => 'yes',
14
-technical_impact => 'partial',
15
-mission_prevalence => 'mission',
16
-public_well_being_impact => 'irreversible',
+ methodology => 'cisa',
+ exploitation => 'active',
+ automatable => 'yes',
+ technical_impact => 'partial',
+ mission_prevalence => 'mission',
+ public_well_being_impact => 'irreversible',
17
);
18
19
# Get the decision
0 commit comments