opencti
opencti copied to clipboard
Array.isArray() function is forbidden in Platform notifier
Description
Create a Platform notifier, with Array.isArray() called in the template. The testing notifier is not working.
Example
if (Array.isArray(v) || (typeof v=== 'object' && v!== null)) {
return v;
}