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

Report gradle security update errors when dependency not found in repository #7878

Merged

Conversation

deivid-rodriguez
Copy link
Contributor

Currently uploading dependencies through the Gradle Dependency Submission API fills the Dependency Graph with all project dependencies (direct or indirect), even if the indirect ones won't appear on any dependency files.

This changes the updater to record a better error in this case.

@deivid-rodriguez deivid-rodriguez requested a review from a team as a code owner August 23, 2023 08:43
@deivid-rodriguez deivid-rodriguez changed the title Improve gradle security update errors Report gradle security update errors when dependency not found in repository Aug 23, 2023
Currently uploading dependencies through the Gradle Dependency Submission
API fills the Dependency Graph with _all_ project dependencies (direct
or indirect), even if the indirect ones won't appear on any dependency
files.

This changes the updater to record a better error in this case.
@deivid-rodriguez deivid-rodriguez force-pushed the deivid-rodriguez/improve-gradle-security-update-errors branch from 2f02130 to 7c7afb7 Compare August 23, 2023 13:36
@deivid-rodriguez deivid-rodriguez merged commit 33406c2 into main Aug 23, 2023
@deivid-rodriguez deivid-rodriguez deleted the deivid-rodriguez/improve-gradle-security-update-errors branch August 23, 2023 14:11
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