Skip to content

Commit

Permalink
SSVC Calculator minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-vsarvepalli committed Feb 29, 2024
1 parent 2590cad commit b9e2b7c
Show file tree
Hide file tree
Showing 6 changed files with 542 additions and 28 deletions.
48 changes: 24 additions & 24 deletions docs/ssvc-calc/Deployer.json
Original file line number Diff line number Diff line change
Expand Up @@ -507,168 +507,168 @@
"Priority": "out-of-cycle"
},
{
"Exploitation": "PoC",
"Exploitation": "poc",
"Exposure": "small",
"Automatable": "no",
"Human Impact": "low",
"Priority": "defer"
},
{
"Exploitation": "PoC",
"Exploitation": "poc",
"Exposure": "small",
"Automatable": "no",
"Human Impact": "medium",
"Priority": "scheduled"
},
{
"Exploitation": "PoC",
"Exploitation": "poc",
"Exposure": "small",
"Automatable": "no",
"Human Impact": "high",
"Priority": "scheduled"
},
{
"Exploitation": "PoC",
"Exploitation": "poc",
"Exposure": "small",
"Automatable": "no",
"Human Impact": "very high",
"Priority": "scheduled"
},
{
"Exploitation": "PoC",
"Exploitation": "poc",
"Exposure": "small",
"Automatable": "yes",
"Human Impact": "low",
"Priority": "scheduled"
},
{
"Exploitation": "PoC",
"Exploitation": "poc",
"Exposure": "small",
"Automatable": "yes",
"Human Impact": "medium",
"Priority": "scheduled"
},
{
"Exploitation": "PoC",
"Exploitation": "poc",
"Exposure": "small",
"Automatable": "yes",
"Human Impact": "high",
"Priority": "scheduled"
},
{
"Exploitation": "PoC",
"Exploitation": "poc",
"Exposure": "small",
"Automatable": "yes",
"Human Impact": "very high",
"Priority": "scheduled"
},
{
"Exploitation": "PoC",
"Exploitation": "poc",
"Exposure": "controlled",
"Automatable": "no",
"Human Impact": "low",
"Priority": "defer"
},
{
"Exploitation": "PoC",
"Exploitation": "poc",
"Exposure": "controlled",
"Automatable": "no",
"Human Impact": "medium",
"Priority": "scheduled"
},
{
"Exploitation": "PoC",
"Exploitation": "poc",
"Exposure": "controlled",
"Automatable": "no",
"Human Impact": "high",
"Priority": "scheduled"
},
{
"Exploitation": "PoC",
"Exploitation": "poc",
"Exposure": "controlled",
"Automatable": "no",
"Human Impact": "very high",
"Priority": "scheduled"
},
{
"Exploitation": "PoC",
"Exploitation": "poc",
"Exposure": "controlled",
"Automatable": "yes",
"Human Impact": "low",
"Priority": "scheduled"
},
{
"Exploitation": "PoC",
"Exploitation": "poc",
"Exposure": "controlled",
"Automatable": "yes",
"Human Impact": "medium",
"Priority": "scheduled"
},
{
"Exploitation": "PoC",
"Exploitation": "poc",
"Exposure": "controlled",
"Automatable": "yes",
"Human Impact": "high",
"Priority": "scheduled"
},
{
"Exploitation": "PoC",
"Exploitation": "poc",
"Exposure": "controlled",
"Automatable": "yes",
"Human Impact": "very high",
"Priority": "out-of-cycle"
},
{
"Exploitation": "PoC",
"Exploitation": "poc",
"Exposure": "open",
"Automatable": "no",
"Human Impact": "low",
"Priority": "scheduled"
},
{
"Exploitation": "PoC",
"Exploitation": "poc",
"Exposure": "open",
"Automatable": "no",
"Human Impact": "medium",
"Priority": "scheduled"
},
{
"Exploitation": "PoC",
"Exploitation": "poc",
"Exposure": "open",
"Automatable": "no",
"Human Impact": "high",
"Priority": "scheduled"
},
{
"Exploitation": "PoC",
"Exploitation": "poc",
"Exposure": "open",
"Automatable": "no",
"Human Impact": "very high",
"Priority": "out-of-cycle"
},
{
"Exploitation": "PoC",
"Exploitation": "poc",
"Exposure": "open",
"Automatable": "yes",
"Human Impact": "low",
"Priority": "scheduled"
},
{
"Exploitation": "PoC",
"Exploitation": "poc",
"Exposure": "open",
"Automatable": "yes",
"Human Impact": "medium",
"Priority": "scheduled"
},
{
"Exploitation": "PoC",
"Exploitation": "poc",
"Exposure": "open",
"Automatable": "yes",
"Human Impact": "high",
"Priority": "out-of-cycle"
},
{
"Exploitation": "PoC",
"Exploitation": "poc",
"Exposure": "open",
"Automatable": "yes",
"Human Impact": "very high",
Expand Down
4 changes: 2 additions & 2 deletions docs/ssvc-calc/css.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* css version 2.2.7 */
/* css version 2.2.8 */
.ssvcvector {
color: #7d1d1d;
}
Expand All @@ -16,7 +16,7 @@
padding: 8px;
}
.exportdiv {
top: 0px;
top: 250px;
left: 30%;
border-radius: 6px;
border: 1px solid #333;
Expand Down
Loading

0 comments on commit b9e2b7c

Please sign in to comment.