Unsanitized user input in 'eval' type function
Overview
Description
Remediation Guidelines
eval(userInput); // unsafelet myFunc = "(a, b) => a + b"; if (req.params["single_item"]) { myFunc = "(a) => a"; }'use strict';
References
Configuration
Last updated