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
I'm really nervous about allowing attackers to trick my into visiting /dashboard/?sql=... with some hitherto unexpected evil query that somehow bypasses read-only protections or executed an XSS of some sort.
But I still want to be able to bookmark and share queries.
Maybe a solution can involve signatures? Execute queries with an authenticated CSRF protected POST, it then redirects and adds a signed parameter to verify that it's not from any untrusted source.
The text was updated successfully, but these errors were encountered:
I'm really nervous about allowing attackers to trick my into visiting
/dashboard/?sql=...
with some hitherto unexpected evil query that somehow bypasses read-only protections or executed an XSS of some sort.But I still want to be able to bookmark and share queries.
Maybe a solution can involve signatures? Execute queries with an authenticated CSRF protected POST, it then redirects and adds a signed parameter to verify that it's not from any untrusted source.
The text was updated successfully, but these errors were encountered: