Skip to content

Commit 31aca16

Browse files
Update dojo/models.py
Co-authored-by: Sean Reid <dogboat@users.noreply.github.com>
1 parent 0330a55 commit 31aca16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2747,7 +2747,7 @@ def save(self, dedupe_option=True, rules_option=True, product_grading_option=Tru
27472747
if self.pk is None:
27482748
self.cvssv3 = None
27492749

2750-
# behaviour for CVVS4 is slightly different. Extracting thsi into a method would lead to probabl hard to read code
2750+
# behaviour for CVVS4 is slightly different. Extracting this into a method would lead to probably hard to read code
27512751
if self.cvssv4:
27522752
try:
27532753
cvss_data = parse_cvss_data(self.cvssv4)

0 commit comments

Comments
 (0)