"value":"This affects all versions of package jsen.\n If an attacker can control the schema file, it could run arbitrary JavaScript code on the victim machine.\r\nIn the module description and README file there is no mention about the risks of untrusted schema files, so I assume that this is applicable.\r\n\r\nIn particular the required field of the schema is not properly sanitized.\r\nThe resulting string that is build based on the schema definition is then passed to a Function.apply();, leading to an Arbitrary Code Execution.\r\n\r\n"