You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems that when you use DB output and crt.sh it fails due to domain is missing, it still works on i.e csv output.
Would it be sufficient to add dom/domain as argument in function and add something like?:
if not 'domain' in n:
n['domain'] = dom
The text was updated successfully, but these errors were encountered:
Seems that when you use DB output and crt.sh it fails due to domain is missing, it still works on i.e csv output.
Would it be sufficient to add dom/domain as argument in function and add something like?:
if not 'domain' in n:
n['domain'] = dom
The text was updated successfully, but these errors were encountered: