A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Oct 27, 2020
Mar 05, 2021
Closed, Fixed and tested
Steps to reproduce:
Execute an invalid query using the event preview endpoint, for example:
Events | summarize count() by Payload
Expected result:
Specific error message with details of what is wrong and ideally suggests how to fix the problem.
Actual result:
Generic error response is displayed, like this:
{"error":{"code":"400","message":"Failed to execute the query.","target":"","details":[]}}