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
For people coming back to this because they got CVE notification
This alleged SQLi bug can only be allegedly possible if you are using mysql as your backend.
If you are using any other backend, you are not affected and can move on and ignore this.
In fact it would be better for you guys to ignore this because the "fixes" that have been introduced break core functionality and introduce a lot of issues so far.
It will crash with Unknown column 'hello' in 'where clause'] which is an EXTREMELY scary message to see considering the almost potential(?) possibility of doing SQL injection or something.
This only happens though when using the mysql client, tested with pg and it worked as it should, giving empty result.