Open spaceone opened 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)"
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)"