You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of putting our payload into pip and making pip3 and pip3.12
symlinks to pip, put our payload into pip_patched and symlink all pip
variants to that. Then we can check for a problematic update by testing
whether readlink() of the current executing file still points to
pip_patched. If it doesn't, put it back.
Resolves#128
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments