cloudflare / cloudflare/telescope
Test for malformed input URLs
Open
- Dominant language
- TypeScript
- Stars
- 305
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
Currently we only test for http(s):// prefix on the URLs before accepting the input.
This can fail later in the process.
Test URL for well-formness before proceeding - probably update the check for the protocol to use that parsed URL instead of a regex.
Contributor guide
Assessment
This issue has not been assessed yet.