### Impact
The bug in Sentry's Python SDK >> subprocess.check_output(["env"], env={"TEST":"1"})
b'TEST=1\n'
```
If you'd want to not pass any variables, you can set an empty dict:
```
>>> subprocess.check_output(["env"], env={})
b''
```
However, the bug in Sentry SDK 
Fix available through Seal Security. No upgrade required, protect your application instantly.
Fix without upgrading