ebranca / owasp-pysec

OWASP Python Security Project
Apache License 2.0
406 stars 108 forks source link

Subprocess-exception-on-terminate error in Description #47

Open spaceone opened 7 years ago

spaceone commented 7 years ago

https://github.com/ebranca/owasp-pysec/wiki/Subprocess-exception-on-terminate

The "Description" contains twice "p = Popen(['/bin/sleep', '1'])" while the second time it should be "time.sleep(1)"