WesternFriend/WF-website

View on GitHub
develop.py

Summary

Maintainability
A
0 mins
Test Coverage

Consider possible security implications associated with subprocess module.
Open

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

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

    process = subprocess.run(command, shell=True, check=True)
Severity: Major
Found in develop.py by bandit

There are no issues that match your filters.

Category
Status