-
Notifications
You must be signed in to change notification settings - Fork 675
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
PGP signature invalid #3184
Comments
If you would like us to spend some time helping you to diagnose the problem, please spend some time describing it and, ideally, providing what you expect. |
Perhaps, an unexpected "sub" key was used automatically when signing.
https://central.sonatype.org/publish/requirements/gpg/#delete-a-sub-key On the other hand, this was a recommendation to a scenario where the developer is still playing with their signatures before publishing the artifact. Since the artifact and its signature are already published, I wonder if it makes sense to somehow make the public part of that other signing key (the "sub" key, perhaps) registered with the PGP servers? Now I realize that my own idea is futile because the keyId indicated in the JAR uniquely identifies the signing key. The last chance at finding a cause and a remediation is to assume that the keyId's signing key's public part was not published at all. Then it needs publishing. I don't know how the artifact got past Sonatype's upload gating a year ago. https://central.sonatype.com/artifact/org.springframework.data/spring-data-commons/2.7.1 |
Not quite sure I agree. The key has been published to the keyserver quite a while ago. Running the same command yields for me:
with a pristine Spring Boot 2.7.1 Maven project and without a configuration of the verifier plugin. Checking the POM yields the same successful verification. In any case, artifacts on Maven Central are immutable and the key has been published which renders the ticket non-actionable. |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue. |
in WebGoat/WebGoat@8db9ff3
The text was updated successfully, but these errors were encountered: