Skip to content

shieldfy-vulnerability-hub/loop-injection-example

Repository files navigation

Loop-Injection-example

there is 1 vulnerability

  1. 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')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published