Showing 179 of 179 total issues

Starting a process with a partial executable path
Open

        success = call(["docker", "exec", cfg.LND_MODE + "_lnd_1", "lncli", "stop"])
Severity: Info
Found in noma/node.py by bandit

subprocess call - check for execution of untrusted input.
Open

        call(["diff", "-r", "/media/noma", "{h}/noma".format(h=cfg.HOME_PATH)])
Severity: Info
Found in noma/node.py by bandit

subprocess call - check for execution of untrusted input.
Open

        call(["docker", "start", "compose_bitcoind_1"])
Severity: Info
Found in noma/bitcoind.py by bandit

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

        assert IOError("Corrupt snapshot file")
Severity: Info
Found in noma/bitcoind.py by bandit

subprocess call - check for execution of untrusted input.
Open

        download = run(
            ["axel", "--quiet", "--no-clobber", url],
            stdout=PIPE,
            stderr=STDOUT,
Severity: Info
Found in noma/bitcoind.py by bandit

subprocess call - check for execution of untrusted input.
Open

        tar = run(["tar", "xf", snapshot_path])
Severity: Info
Found in noma/bitcoind.py by bandit

subprocess call - check for execution of untrusted input.
Open

    add_default = run(["rc-update", "add", "swap", "default"])
Severity: Info
Found in noma/install.py by bandit

subprocess call - check for execution of untrusted input.
Open

            call(["mkfs.ext4", "-F", "/dev/" + device])
Severity: Info
Found in noma/install.py by bandit

Starting a process with a partial executable path
Open

    add_tor = run(["apk", "add", "tor"])
Severity: Info
Found in noma/install.py by bandit

subprocess call - check for execution of untrusted input.
Open

                call(["mkfs.ext4", "-F", "/dev/" + device])
Severity: Info
Found in noma/install.py by bandit

Starting a process with a partial executable path
Open

    call(["rc-update", "del", "lncm-post", "default"])
Severity: Info
Found in noma/install.py by bandit

subprocess call - check for execution of untrusted input.
Open

        swapon = run(
            ["swapon", "/media/volatile/volatile/swap", "-p 100"],
            stdout=PIPE,
            stderr=STDOUT,
Severity: Info
Found in noma/install.py by bandit

Try, Except, Pass detected.
Open

        except Exception:
Severity: Info
Found in noma/lnd.py by bandit

subprocess call - check for execution of untrusted input.
Open

        call(["docker", "logs", "-f", container_name])
Severity: Info
Found in noma/node.py by bandit

subprocess call - check for execution of untrusted input.
Open

        success = call(["docker", "exec", cfg.LND_MODE + "_lnd_1", "lncli", "stop"])
Severity: Info
Found in noma/node.py by bandit

Starting a process with a partial executable path
Open

    call(["make_upgrade.sh"])
Severity: Info
Found in noma/node.py by bandit

subprocess call - check for execution of untrusted input.
Open

    call(["./make_apkovl.sh"])
Severity: Info
Found in noma/node.py by bandit

Starting a process with a partial executable path
Open

        call(["docker", "start", "compose_bitcoind_1"])
Severity: Info
Found in noma/bitcoind.py by bandit

subprocess call - check for execution of untrusted input.
Open

            unmounted = call(["umount", "-f", "/dev/" + device])
Severity: Info
Found in noma/install.py by bandit

subprocess call - check for execution of untrusted input.
Open

    call(["pip3", "install", "docker-compose==1.23.2"])
Severity: Info
Found in noma/install.py by bandit
Severity
Category
Status
Source
Language