-
Notifications
You must be signed in to change notification settings - Fork 23
New Qubic Connect #1024
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
New Qubic Connect #1024
Conversation
Montoya
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On this line: https://github.com/qubic/qubic-mm-snap/blob/main/src/index.js#L18 the Snap allows the origin of a request to be passed as a parameter in the request. This means any dapp can pretend to be any URL it wants? I could fire a request with the parameter "opensea.com" as the origin and it will make it look like the request is coming from opensea.com. Is that intentional? Seems like a security issue.
|
They are preparing an update @Montoya to remove this as they don't use it anyway. Good catch! |
|
@Montoya here is the update to fix the mentioned security issue qubic/qubic-mm-snap@26a8772 |
Closes: #1060