CVE-2024-40647MEDIUMCVSS 5.3fixed in sentry-python 2.16.0-1 (forky)2024
CVE-2024-40647 [MEDIUM] CVE-2024-40647: sentry-python - sentry-sdk is the official Python SDK for Sentry.io. A bug in Sentry's Python SD...
sentry-sdk is the official Python SDK for Sentry.io. A bug in Sentry's Python SDK < 2.8.0 allows the environment variables to be passed to subprocesses despite the `env={}` setting. In Python's `subprocess` calls, all environment variables are passed to subprocesses by default. However, if you specifically do not want them to be passed to subprocesses, you m
debian