File tree Expand file tree Collapse file tree
docs/content/en/open_source/contributing Expand file tree Collapse file tree 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
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 ` .
186186And sometimes also for ` cvss_score ` . Defect Dojo will not overwrite any ` cvss3_score ` or ` cvss4_score ` .
187187If no score is set, Defect Dojo will use the ` cvss ` library to calculate the score.
188188The 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