kedder/openvario-shell

View on GitHub

Showing 49 of 49 total issues

Starting a process with a partial executable path
Open

        subprocess.run(["systemctl", "poweroff"])
Severity: Info
Found in src/ovshell/ovos.py by bandit

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

        assert isinstance(handler, types.MethodType)
Severity: Info
Found in src/ovshell_connman/manager.py by bandit

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

        assert isinstance(handler, types.MethodType)
Severity: Info
Found in src/ovshell_connman/manager.py by bandit

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

        assert os.path.exists(self._mountpoint)
Severity: Info
Found in src/ovshell_fileman/backupapp.py by bandit

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

        assert os.path.exists(self.mount_dir)
Severity: Info
Found in src/ovshell_fileman/downloader.py by bandit

subprocess call - check for execution of untrusted input.
Open

        subprocess.run(["clear"])
Severity: Info
Found in src/ovshell/ovos.py by bandit

Consider possible security implications associated with subprocess module.
Open

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

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

        assert proc.stdout is not None
Severity: Info
Found in src/ovshell_fileman/rsync.py by bandit

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

        assert proc.stderr is not None

Severity: Info
Found in src/ovshell_fileman/rsync.py by bandit
Severity
Category
Status
Source
Language