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
{{ message }}
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
The current implementation of PaymentPointer allows parses $https://dev.foo.example.com/someone to the URL https://https//dev.foo.example.com/someone which is not a valid URL.
The PaymentPointer's normalization method should enforce that the host portion of a payment pointer conforms to RFC-3986, which disallows : or / in the host.
At the same time, we should likewise ensure that the path component of a PaymentPointer conforms to section 3.3 of RFC-3986.
The text was updated successfully, but these errors were encountered:
The current implementation of PaymentPointer allows parses
$https://dev.foo.example.com/someone
to the URLhttps://https//dev.foo.example.com/someone
which is not a valid URL.The PaymentPointer's normalization method should enforce that the host portion of a payment pointer conforms to RFC-3986, which disallows
:
or/
in the host.At the same time, we should likewise ensure that the path component of a PaymentPointer conforms to section 3.3 of RFC-3986.
The text was updated successfully, but these errors were encountered: