Skip to content

Commit 36af5c9

Browse files
committed
Web: fix AMSI dump submission checkbox
1 parent 301e240 commit 36af5c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/submission/views.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,9 @@ def index(request, task_id=None, resubmit_hash=None):
328328
if request.POST.get("process_memory"):
329329
options += "procmemdump=1,"
330330

331+
if request.POST.get("amsidump"):
332+
options += "amsidump=1,"
333+
331334
if request.POST.get("import_reconstruction"):
332335
options += "import_reconstruction=1,"
333336

0 commit comments

Comments
 (0)