-
Notifications
You must be signed in to change notification settings - Fork 562
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
make_ip_type(): Invalid hostname #2101
Comments
This is coming from the ParameterExtractor, specifically EDIT: Mmm on second thought I don't think we know which extractor class is causing this. But the host is coming directly from the |
Dev also produces some errors which are a direct result of discrepancies between our URL extraction and validation: The first step to fixing these bugs will be to fix those discrepancies (#1860). |
I've seen the mailto one come up before. I'll see if i can run that down. |
Actually, I probably already fixed the mailto issue in the process of making the lightfuzz branch. There are, admittedly, a few bug fixes that ended up in the lightfuzz branch when they probably should have just gone to dev. |
Its a regex problem, i've got it isolated to the specific one now |
fixed in #2104 |
lightfuzz branch, to reproduce:
poetry run bbot -m httpx hunt -t https://hv-impact.edc.org/
hunt is to enable parameter extractionThe text was updated successfully, but these errors were encountered: