kleinanzeigen-bot/kleinanzeigen-bot

View on GitHub

Showing 3 of 3 total issues

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
Severity
Category
Status
Source
Language