collerek/ormar

View on GitHub
docs_src/test_all_docs.py

Summary

Maintainability
A
0 mins
Test Coverage

subprocess call - check for execution of untrusted input.
Invalid

    result = subprocess.run([sys.executable, filepath])
Severity: Info
Found in docs_src/test_all_docs.py by bandit

Consider possible security implications associated with subprocess module.
Invalid

import subprocess
Severity: Info
Found in docs_src/test_all_docs.py by bandit

There are no issues that match your filters.

Category
Status