Skip to content

Commit

Permalink
fix security issue OWASP-BLT#1329
Browse files Browse the repository at this point in the history
  • Loading branch information
JisanAR03 committed Nov 4, 2023
1 parent 2b9cb44 commit 74f7d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ def create_issue(self,form):
return JsonResponse("Created", safe=False)
else:
self.process_issue(self.request.user, obj, domain_exists, domain)
return HttpResponseRedirect(self.request.META.get("HTTP_REFERER"))
return HttpResponseRedirect(redirect_url)

return create_issue(self,form)

Expand Down

0 comments on commit 74f7d4e

Please sign in to comment.