VYPR

npm package

mock2easy

pkg:npm/mock2easy

Vulnerabilities (1)

  • CVE-2020-7697Jul 29, 2020
    affected <= 0.0.24

    This affects all versions of package mock2easy. a malicious user could inject commands through the _data variable: Affected Area require('../server/getJsonByCurl')(mock2easy, function (error, stdout) { if (error) { return res.json(500, error); } res.json(JSON.parse(stdout)); }, '