kedder/openvario-shell

View on GitHub
src/ovshell_core/gpstime.py

Summary

Maintainability
A
0 mins
Test Coverage

Consider possible security implications associated with subprocess module.
Open

import subprocess
Severity: Info
Found in src/ovshell_core/gpstime.py by bandit

subprocess call - check for execution of untrusted input.
Open

    subprocess.run(cmd, check=True, capture_output=True)
Severity: Info
Found in src/ovshell_core/gpstime.py by bandit

There are no issues that match your filters.

Category
Status