Skip to content

Commit c5116c1

Browse files
Update dojo/forms.py
Co-authored-by: Sean Reid <dogboat@users.noreply.github.com>
1 parent d67ee52 commit c5116c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ class AddFindingForm(forms.ModelForm):
11781178
"invalid_choice": EFFORT_FOR_FIXING_INVALID_CHOICE})
11791179

11801180
# the only reliable way without hacking internal fields to get predicatble ordering is to make it explicit
1181-
field_order = ("title", "date", "cwe", "vulnerability_ids", "severity", "cvssv3", "cvssv3_Score", "cvssv4", "cvssv4_score", "description", "mitigation", "impact", "request", "response", "steps_to_reproduce",
1181+
field_order = ("title", "date", "cwe", "vulnerability_ids", "severity", "cvssv3", "cvssv3_score", "cvssv4", "cvssv4_score", "description", "mitigation", "impact", "request", "response", "steps_to_reproduce",
11821182
"severity_justification", "endpoints", "endpoints_to_add", "references", "active", "verified", "false_p", "duplicate", "out_of_scope",
11831183
"risk_accepted", "under_defect_review")
11841184

0 commit comments

Comments
 (0)