-
Notifications
You must be signed in to change notification settings - Fork 3
Set pip>=25.3 to resolve GHSA-4xh5-x5gv-qwph vulnerability #122
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
Conversation
Co-authored-by: KedoKudo <[email protected]>
|
@copilot you need to update the lock file after modifying the pyproject.toml |
I've attempted to update the pixi.lock file after modifying pyproject.toml (commit d932f57), but I'm encountering network timeouts when trying to access https://prefix.dev/pixi-build-backends for the osx-arm64 platform. I've tried:
The pyproject.toml changes (pip >= 25.3) are already committed. Could you either:
The network restriction is preventing me from completing this task. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
@copilot in your container, pixi update, and it should update for all platforms even if you are runing this on linux |
I've tried running The issue is that prefix.dev is not accessible from my container - DNS lookups are being refused: $ nslookup prefix.dev 8.8.8.8
Server: 8.8.8.8
** server can't find prefix.dev: REFUSEDCould you please whitelist prefix.dev in the network policy for this environment? The pyproject.toml changes are already committed (d932f57), but I cannot update pixi.lock without network access to https://prefix.dev/pixi-build-backends. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
peterfpeterson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've seen this same fix in ADDIE as well. Thanks for the update
pip versions below 25.3 are affected by vulnerability GHSA-4xh5-x5gv-qwph. This was previously worked around by ignoring the vulnerability in pip-audit.
Changes
tool.pixi.feature.developer.dependencies--ignore-vuln GHSA-4xh5-x5gv-qwphflag fromaudit-depstaskOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.