oscerd opened a new issue, #9060: URL: https://github.com/apache/camel-quarkus/issues/9060
`.mvn/wrapper/maven-wrapper.properties` ```properties distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.16/apache-maven-3.9.16-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.4/maven-wrapper-3.3.4.jar ``` The wrapper supports `distributionSha256Sum` and `wrapperSha256Sum`, but neither is set, so whatever the URLs return is accepted. A prebuilt `maven-wrapper.jar` is also committed to the repository; when present it is executed directly and `wrapperUrl` is not consulted. **Suggested fix** Add `distributionSha256Sum` and `wrapperSha256Sum` for the pinned versions so the bootstrap chain is cryptographically pinned rather than trusted by URL. -- 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]
