Hey #Javascript folks, why does no one talking about the recent #React #CVE mentions defensive mechanisms like node's --disallow-code-generation-from-strings which from what I've seen would have prevented the RCE (there may be ways to exploit the prototype pollution but would make the attacker's job much harder).
There is also --disable-proto=delete but I don't know if it's practical.
Using Content Security Policies in the frontend is table stakes, why not also on the server?