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.
It is not uncommon to call external systems to get datasources and the related external fields (Columns) for field mapping.
If an unhandled exception occurs in IExternalSystem.Datasources on a form that is put in as content on a page it will crash the site (process).
To replicate:
To quickfix:
Put try/catch around the logic and just return IEnumerable<IDatasource> in case of exception.
Will also sent email to support