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
Hello, this is basically opening up the whole database to the public.
Shouldn't be at least a very big warning about that in the README?
This extension is very useful, but unless this is addressed, it can only be used in closed environments.
Do you have any ideas about how to secure it?
Something query based, I think it would be a good start.
For example
User read permissions for cqp_queries: id in [1,2]
Public read permissions for cqp_queries: id in [3]
If you are interested in a PR i could give it a go!
The text was updated successfully, but these errors were encountered:
Hello, this is basically opening up the whole database to the public.
Shouldn't be at least a very big warning about that in the README?
This extension is very useful, but unless this is addressed, it can only be used in closed environments.
Do you have any ideas about how to secure it?
Something query based, I think it would be a good start.
For example
id in [1,2]
id in [3]
If you are interested in a PR i could give it a go!
The text was updated successfully, but these errors were encountered: