LiberTEM/LiberTEM

View on GitHub
src/libertem/versioning.py

Summary

Maintainability
A
0 mins
Test Coverage

subprocess call - check for execution of untrusted input.
Open

        rev_raw = subprocess.check_output(["git", "rev-parse", "HEAD"], cwd=new_cwd)
Severity: Info
Found in src/libertem/versioning.py by bandit

Starting a process with a partial executable path
Open

        rev_raw = subprocess.check_output(["git", "rev-parse", "HEAD"], cwd=new_cwd)
Severity: Info
Found in src/libertem/versioning.py by bandit

Consider possible security implications associated with subprocess module.
Open

import subprocess


Severity: Info
Found in src/libertem/versioning.py by bandit

There are no issues that match your filters.

Category
Status