| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
… do not have portnumbers in their hostname Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
✅ Deploy Preview for docs-securecodebox canceled.
|
Sorry, something went wrong.
| try { | ||
| const url = new URL(host); | ||
| // If the host doesn't have a protocol, add one to make URL parsing work | ||
| const urlString = host.includes("://") ? host : `http://${host}`; |
There was a problem hiding this comment.
At least in my browser an URL like www.example.com:// is valid. I suggest to check for ^http(s)://.
Sorry, something went wrong.
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
Fixes Issue with nuclei parser not working properly with findings which do not have portnumbers in their hostname
Checklist