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
Currently, most of the statistics views in TermIt are based on directly executing queries (frontend sends queries to the backend which forwards them directly to the repository). This is a security issue as it allows clients to execute any kind of query (including destructive ones) on the repository.
These should be replaced by API calls and the backend should execute the necessary queries itself.
The text was updated successfully, but these errors were encountered:
Currently, most of the statistics views in TermIt are based on directly executing queries (frontend sends queries to the backend which forwards them directly to the repository). This is a security issue as it allows clients to execute any kind of query (including destructive ones) on the repository.
These should be replaced by API calls and the backend should execute the necessary queries itself.
The text was updated successfully, but these errors were encountered: