unixorn/sourdough

View on GitHub
setup.py

Summary

Maintainability
A
0 mins
Test Coverage

Consider possible security implications associated with subprocess module.
Invalid

import subprocess
Severity: Info
Found in setup.py by bandit

subprocess call with shell=True identified, security issue.
Wontfix

  p = subprocess.Popen([command], stdout=subprocess.PIPE, shell=True)
Severity: Major
Found in setup.py by bandit

There are no issues that match your filters.

Category
Status