stellargraph/stellargraph

View on GitHub
scripts/notebook_text_checker.py

Summary

Maintainability
A
0 mins
Test Coverage

Starting a process with a partial executable path
Open

            subprocess.run(
                [
                    "buildkite-agent",
                    "annotate",
                    "--style=error",
Severity: Info
Found in scripts/notebook_text_checker.py by bandit

Consider possible security implications associated with subprocess module.
Open

import subprocess
Severity: Info
Found in scripts/notebook_text_checker.py by bandit

subprocess call - check for execution of untrusted input.
Open

            subprocess.run(
                [
                    "buildkite-agent",
                    "annotate",
                    "--style=error",
Severity: Info
Found in scripts/notebook_text_checker.py by bandit

There are no issues that match your filters.

Category
Status