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.
Nov 12, 2020
Dec 23, 2021
Closed, Fixed and tested
Steps to reproduce:
{
"Name": "Int_data2",
"Description": "Number equal a value",
"Query": "Payload.number eq {{value}}",
"Parameters": {
"value": "int"
},
"Category": "Profiles",
"Type": "Profiles"
}
-> Create successfully
2. Create a segment with filter definition in step 1 and insert a negative number in param like this:
{
"Parameters": {
"value": -2
}
}
Expected result:
Returns 201 Created.
Actual result:
Returns 500 Internal Server Error.
Note: It does not occur in the event filter definition.