Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scan fails if Out of Scope subdomain is not supplied #437

Closed
yogeshojha opened this issue Aug 16, 2021 · 0 comments
Closed

Scan fails if Out of Scope subdomain is not supplied #437

yogeshojha opened this issue Aug 16, 2021 · 0 comments

Comments

@yogeshojha
Copy link
Owner

File "/usr/local/lib/python3.8/dist-packages/celery/app/trace.py", line 450, in trace_task
celery_1       |     R = retval = fun(*args, **kwargs)
celery_1       |   File "/usr/local/lib/python3.8/dist-packages/celery/app/trace.py", line 731, in __protected_call__
celery_1       |     return self.run(*args, **kwargs)
celery_1       |   File "/usr/src/app/reNgine/tasks.py", line 149, in initiate_scan
celery_1       |     subdomain_scan(
celery_1       |   File "/usr/src/app/reNgine/tasks.py", line 481, in subdomain_scan
celery_1       |     ) and validators.domain(__subdomain) and __subdomain not in out_of_scope_subdomains:
celery_1       | TypeError: argument of type 'NoneType' is not iterable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant