kedder/openvario-shell

View on GitHub
src/ovshell_core/settings.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/settings.py by bandit

subprocess call - check for execution of untrusted input.
Open

    subprocess.run([setfont, font_name], check=True)
Severity: Info
Found in src/ovshell_core/settings.py by bandit

There are no issues that match your filters.

Category
Status