Skip to content

Commit

Permalink
Merge pull request #438 from yogeshojha/437-scan-fails-if-out-of-scop…
Browse files Browse the repository at this point in the history
…e-subdomain

Fixed #437
  • Loading branch information
yogeshojha authored Aug 16, 2021
2 parents bf804d6 + 237fd28 commit 0892a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/reNgine/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def initiate_scan(
scan_type,
engine_type,
imported_subdomains=None,
out_of_scope_subdomains=None
out_of_scope_subdomains=[]
):
'''
scan_type = 0 -> immediate scan, need not create scan object
Expand Down

0 comments on commit 0892a51

Please sign in to comment.