Skip to content

Commit 0a6767a

Browse files
authored
Merge pull request #184 from martindg/cvss-module
CVSS module update
2 parents 3cddddc + b8c54b8 commit 0a6767a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

trainingportal/static/lessons/cvss/cvss_3_score_1.sol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ High-level analysis:
33
- Prerequisites:
44
- None
55
- Impact:
6-
- Some limited amount data is exposed
6+
- Some limited amount of data is exposed
77

88
---
99

trainingportal/static/lessons/cvss/definitions.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"description": "cvss_3_score_1.md",
6666
"solution": "cvss_3_score_1.sol.md",
6767
"type":"quiz",
68-
"mission":"Enter the CVSS v4 string (Base Score)",
68+
"mission":"Enter the CVSS v4 Vector string (i.e. CVSS:4.0/AV:x/AC:x/AT:x/PR:x/UI:x/VC:x/VI:x/VA:x/SC:x/SI:x/SA:x) which can be copied by clicking on the green CVSS Vector box in the CVSS calculator",
6969
"codeBlockIds":[]
7070
},
7171
{
@@ -74,7 +74,7 @@
7474
"description": "cvss_4_score_2.md",
7575
"solution": "cvss_4_score_2.sol.md",
7676
"type":"quiz",
77-
"mission":"Enter the CVSS v4 string (Base Score)",
77+
"mission":"Enter the CVSS v4 Vector string (i.e. CVSS:4.0/AV:x/AC:x/AT:x/PR:x/UI:x/VC:x/VI:x/VA:x/SC:x/SI:x/SA:x) which can be copied by clicking on the green CVSS Vector box in the CVSS calculator",
7878
"codeBlockIds":[]
7979
},
8080
{
@@ -83,7 +83,7 @@
8383
"description": "cvss_5_chain.md",
8484
"solution": "cvss_5_chain.sol.md",
8585
"type":"quiz",
86-
"mission":"Enter the CVSS v4 string (Base Score)",
86+
"mission":"Enter the CVSS v4 Vector string (i.e. CVSS:4.0/AV:x/AC:x/AT:x/PR:x/UI:x/VC:x/VI:x/VA:x/SC:x/SI:x/SA:x) which can be copied by clicking on the green CVSS Vector box in the CVSS calculator",
8787
"codeBlockIds":[]
8888
},
8989
{
@@ -92,7 +92,7 @@
9292
"description": "cvss_6_score_3.md",
9393
"solution": "cvss_6_score_3.sol.md",
9494
"type":"quiz",
95-
"mission":"Enter the CVSS v4 string (Base Score)",
95+
"mission":"Enter the CVSS v4 Vector string (i.e. CVSS:4.0/AV:x/AC:x/AT:x/PR:x/UI:x/VC:x/VI:x/VA:x/SC:x/SI:x/SA:x) which can be copied by clicking on the green CVSS Vector box in the CVSS calculator",
9696
"codeBlockIds":[]
9797
},
9898
{
@@ -101,7 +101,7 @@
101101
"description": "cvss_7_score_4.md",
102102
"solution": "cvss_7_score_4.sol.md",
103103
"type":"quiz",
104-
"mission":"Enter the CVSS v4 string (Base Score)",
104+
"mission":"Enter the CVSS v4 Vector string (i.e. CVSS:4.0/AV:x/AC:x/AT:x/PR:x/UI:x/VC:x/VI:x/VA:x/SC:x/SI:x/SA:x) which can be copied by clicking on the green CVSS Vector box in the CVSS calculator",
105105
"codeBlockIds":[]
106106
},
107107
{
@@ -110,7 +110,7 @@
110110
"description": "cvss_8_score_5.md",
111111
"solution": "cvss_8_score_5.sol.md",
112112
"type":"quiz",
113-
"mission":"Enter the CVSS v4 string (Base Score)",
113+
"mission":"Enter the CVSS v4 Vector string (i.e. CVSS:4.0/AV:x/AC:x/AT:x/PR:x/UI:x/VC:x/VI:x/VA:x/SC:x/SI:x/SA:x) which can be copied by clicking on the green CVSS Vector box in the CVSS calculator",
114114
"codeBlockIds":[]
115115
},
116116
{
@@ -119,7 +119,7 @@
119119
"description": "cvss_9_score_6.md",
120120
"solution": "cvss_9_score_6.sol.md",
121121
"type":"quiz",
122-
"mission":"Enter the CVSS v4 string (Base Score)",
122+
"mission":"Enter the CVSS v4 Vector string (i.e. CVSS:4.0/AV:x/AC:x/AT:x/PR:x/UI:x/VC:x/VI:x/VA:x/SC:x/SI:x/SA:x) which can be copied by clicking on the green CVSS Vector box in the CVSS calculator",
123123
"codeBlockIds":[]
124124
}
125125
]

0 commit comments

Comments
 (0)