Loop-Injection-example there is 1 vulnerability loop-injection in index.vuln.js line 25 var obj = req.body for (let index = 0; index < obj.length; index++) { const element = obj.length[index]; } res.end('finished')