Skip to content

Pin the version of pixi. #803

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

clalancette
Copy link
Contributor

The main reason to do this is to make sure that we aren't subject to man-in-the-middle attacks, where we are served a malicious version of pixi. Instead, we have a hard-coded sha256 of the binary, and if it fails to match the build will fail. This also means that if we want to update the version of pixi, we'll have to manually update the hash.

The main reason to do this is to make sure that we aren't
subject to man-in-the-middle attacks, where we are served
a malicious version of pixi.  Instead, we have a hard-coded
sha256 of the binary, and if it fails to match the build
will fail.  This also means that if we want to update the
version of pixi, we'll have to manually update the hash.

Signed-off-by: Chris Lalancette <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants