Skip to content

Commit d67ee52

Browse files
authored
Update docs/content/en/open_source/contributing/how-to-write-a-parser.md
1 parent 4392f1d commit d67ee52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/open_source/contributing/how-to-write-a-parser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ There's also a helper method to validate the vector and extract the base score a
182182
finding.cvssv4 = cvss_data["cvssv4"]
183183
# we don't set any score fields as those will be overwritten by Defect Dojo
184184
```
185-
Not all values have to be used as scan reports usuyall provide their own value for `severity`.
185+
Not all values have to be used as scan reports usually provide their own value for `severity`.
186186
And sometimes also for `cvss_score`. Defect Dojo will not overwrite any `cvss3_score` or `cvss4_score`.
187187
If no score is set, Defect Dojo will use the `cvss` library to calculate the score.
188188
The response also has the detected major version of the CVSS vector in `cvss_data["major_version"]`.

0 commit comments

Comments
 (0)