kiwitcms/Kiwi

View on GitHub
docs/source/conf.py

Summary

Maintainability
A
0 mins
Test Coverage

subprocess call - check for execution of untrusted input.
Invalid

subprocess.run(
    [
        manage_py,
        "graph_models",
        "--pydot",
Severity: Info
Found in docs/source/conf.py by bandit

subprocess call - check for execution of untrusted input.
Invalid

subprocess.run(
    [
        manage_py,
        "graph_models",
        "--pydot",
Severity: Info
Found in docs/source/conf.py by bandit

Consider possible security implications associated with subprocess module.
Invalid

import subprocess

Severity: Info
Found in docs/source/conf.py by bandit

subprocess call - check for execution of untrusted input.
Invalid

subprocess.run(
    [
        manage_py,
        "graph_models",
        "--pydot",
Severity: Info
Found in docs/source/conf.py by bandit

There are no issues that match your filters.

Category
Status