avocado-framework/avocado

View on GitHub
avocado/utils/podman.py

Summary

Maintainability
A
0 mins
Test Coverage
F
57%

subprocess call - check for execution of untrusted input.
Open

            proc = subprocess.Popen(
                cmd,
                stdin=subprocess.DEVNULL,
                stdout=subprocess.PIPE,
                stderr=subprocess.PIPE,
Severity: Info
Found in avocado/utils/podman.py by bandit

Consider possible security implications associated with subprocess module.
Open

import subprocess
Severity: Info
Found in avocado/utils/podman.py by bandit

There are no issues that match your filters.

Category
Status