kleinanzeigen-bot/kleinanzeigen-bot

View on GitHub
version.py

Summary

Maintainability
A
0 mins
Test Coverage

Consider possible security implications associated with subprocess module.
Open

import subprocess


# used in pyproject.toml [tool.pdm.version]
Severity: Info
Found in version.py by bandit

Starting a process with a partial executable path
Open

    commit_hash = subprocess.check_output(['git', 'rev-parse', '--short', 'HEAD']).decode().strip()
Severity: Info
Found in version.py by bandit

subprocess call - check for execution of untrusted input.
Open

    commit_hash = subprocess.check_output(['git', 'rev-parse', '--short', 'HEAD']).decode().strip()
Severity: Info
Found in version.py by bandit

There are no issues that match your filters.

Category
Status