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.
Apr 09, 2020
Dec 31, 2020
Closed, Fixed and tested
Fixed issue where a 500 error is displayed when using Preview Profile filter definition with quote and curly bracket.
Steps to reproduce:
POST: /api/v2.0/filterDefinitions
{
"Name": "PDF_Name_with_quote_curly_bracket",
"Description": "Name equal inputValue with single quote and curly bracket",
"Query": "Name eq '{{name}}'",
"Category": "PFD",
"Type": "Profiles"
}
-> It returns 201 Created.
2. Open Insight > Segment > click Create a segment.
3. Choose the newly created filter definition in step 1 > choose Scope value and click Preview.