However, reading more about this vulnerability, it seems that this is a concern when using window.addEventListener(“message”), that receives events from postMessage() but in our case, we are not listening to “message” events (listening to “resize” event in the screenshot above).
So is this a false positive?
(We are on SonarQube Developer Edition, version 8.9.6)