Hi there,
I’m an IT admin and I’m tasked to perform security updates. We’ve installed Anaconda on some Windows machines and according to MSFT Defender, there are some insecure GIT instances.
C:\Users*user*\Anaconda3\envs\DataVersionControl\Library\git-bash.exe
C:\Users*user*\Anaconda3\envs\DataVersionControl\pkgs\git-2.34.1-haa95532_0\Library\git-bash.exe
C:\Users*user*\Anaconda3\envs\MLFlow\Library\git-bash.exe
C:\Users*user*\Anaconda3\pkgs\git-2.34.1-haa95532_0\Library\git-bash.exe
Since our employee are using it only occasionally, I also need to keep it updated.
I wanted to use “conda update --all --prefix %USERPROFILE%\Anaconda3 --quiet”
But it doesn’t update the GIT executables as mentioned above and I can’t perform it silently as the user get promted if he really wants to downgrade a package.
Can you please help me out there?