Skip to content
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

Improve handling for hashing unknown packages #9556

Merged
merged 14 commits into from May 3, 2024

Conversation

jurre
Copy link
Member

@jurre jurre commented Apr 22, 2024

Original issue: #7907

Dependabot attempts to resolve package hashes from PyPI, but some packages are hosted on private registries. To address this, we iterate though the index URLs set in dependaboy.yml and pass them to the native helper until a match is found.

@robaiken robaiken self-assigned this Apr 30, 2024
@robaiken robaiken marked this pull request as ready for review April 30, 2024 16:39
@robaiken robaiken requested a review from a team as a code owner April 30, 2024 16:39
@robaiken robaiken linked an issue May 2, 2024 that may be closed by this pull request
@robaiken robaiken merged commit aee7bb9 into main May 3, 2024
59 checks passed
@robaiken robaiken deleted the jurre/hash-private-packages branch May 3, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pip: Dependency Hashing does not work for Private Python Registries
3 participants