File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/content/en/open_source/contributing Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ There's also a helper method to validate the vector and extract the base score a
182
182
finding.cvssv4 = cvss_data[" cvssv4" ]
183
183
# we don't set any score fields as those will be overwritten by Defect Dojo
184
184
```
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 ` .
186
186
And sometimes also for ` cvss_score ` . Defect Dojo will not overwrite any ` cvss3_score ` or ` cvss4_score ` .
187
187
If no score is set, Defect Dojo will use the ` cvss ` library to calculate the score.
188
188
The response also has the detected major version of the CVSS vector in ` cvss_data["major_version"] ` .
You can’t perform that action at this time.
0 commit comments