gnodet opened a new pull request, #12088: URL: https://github.com/apache/maven/pull/12088
## Summary - Filter out repositories with uninterpolated IDs or URLs from `ArtifactDescriptorResult` after `populateResult()` in `DefaultArtifactDescriptorReader` - Also filter dependencies and managed dependencies with uninterpolated groupId/artifactId/version - Defense-in-depth on top of the `mergeRepositories` filter in `DefaultModelBuilder` (PR #12050), catching entries that reach the artifact descriptor reader through any code path Fixes #12086 ## Test plan - [x] `mvn test` passes in `impl/maven-impl` - [x] `mvn test` passes in `compat/maven-resolver-provider` - [ ] Verify with `apache/opennlp-sandbox` build (the reproducer from the issue) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
