-
Notifications
You must be signed in to change notification settings - Fork 47
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
Validate onion URLs before provisioning #240
Comments
Is this still occurring, and if so, does it cause |
also we should validate the auth cookie (cc #321 as we'll need to do the same for v3), the expected format for v2 is:
|
So I think |
Nearest I can figure for the v3 validation options is:
That's based on my read of https://github.com/torproject/torspec/blob/master/rend-spec-v3.txt. Since both values are base32-encoded, that's the target charset to match against, with a known length for each value, to boot. Will update #379 accordingly, now that #321 is resolved. |
The
sd-whonix
VM will fail to start thetor
process if the onion address is malformed.The text was updated successfully, but these errors were encountered: