We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf86dd commit e1a48a5Copy full SHA for e1a48a5
dojo/forms.py
@@ -246,7 +246,7 @@ class ImportScanForm(forms.Form):
246
("Generic Findings Import", "Generic Findings Import"),
247
("SKF Scan", "SKF Scan"),
248
("Bandit Scan", "Bandit Scan"),
249
- ("SSL Labs Scan", "SSL Labs Scan"),q
+ ("SSL Labs Scan", "SSL Labs Scan"),
250
("GoAST Scanner", "GoAST Scanner"))
251
252
SORTED_SCAN_TYPE_CHOICES = sorted(SCAN_TYPE_CHOICES, key=lambda x: x[1])
0 commit comments