Comment by matsemann
5 months ago
I got so tired of python venvs and craziness that I ended up moving my whole dev environment into docker containers. Guess I've accidentally protected myself against some of these attacks.
5 months ago
I got so tired of python venvs and craziness that I ended up moving my whole dev environment into docker containers. Guess I've accidentally protected myself against some of these attacks.
VSCode with devcontainers works well for it. It uses docker underneath.