kedder/openvario-shell

View on GitHub

Showing 49 of 49 total issues

Starting a process with a partial executable path
Open

        subprocess.run(["systemctl", "reboot"])
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 len(var.type.children) == 1
Severity: Info
Found in src/ovshell_connman/agentiface.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

Consider possible security implications associated with subprocess module.
Open

import subprocess
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 self._process.stderr is not None
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 proc.stderr is not None
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 len(steps) > 0
Severity: Info
Found in src/ovshell_core/setupapp.py by bandit

Starting a process with a partial executable path
Open

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

subprocess call - check for execution of untrusted input.
Open

        subprocess.run(["bash", "-l"])
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 self._filename is not None
Severity: Info
Found in src/ovshell/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

subprocess call - check for execution of untrusted input.
Open

        subprocess.run(["systemctl", "reboot"])
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 v is not None
Severity: Info
Found in src/ovshell/settings.py by bandit

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

        assert fname.startswith("/"), "Absolute path is required"
Severity: Info
Found in src/ovshell/ovos.py by bandit

Starting a process with a partial executable path
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/settings.py by bandit

subprocess call - check for execution of untrusted input.
Open

                completed = subprocess.run(cmdline, capture_output=True, env=env)
Severity: Info
Found in src/ovshell_xcsoar/ext.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

Consider possible security implications associated with subprocess module.
Open

import subprocess
Severity: Info
Found in src/ovshell_xcsoar/ext.py by bandit

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

        assert path.startswith("/"), "Absolute path is required"
Severity: Info
Found in src/ovshell/testing.py by bandit
Severity
Category
Status
Source
Language