opencti icon indicating copy to clipboard operation
opencti copied to clipboard

Array.isArray() function is forbidden in Platform notifier

Open Archidoit opened this issue 2 months ago • 0 comments

Description

Create a Platform notifier, with Array.isArray() called in the template. The testing notifier is not working.

Image

Example

if (Array.isArray(v) || (typeof v=== 'object' && v!== null)) {

return v;

}

Archidoit avatar Dec 11 '25 15:12 Archidoit