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

Request for posting of Maven signing key(s) #482

Open
scantor opened this issue Feb 16, 2024 · 2 comments
Open

Request for posting of Maven signing key(s) #482

scantor opened this issue Feb 16, 2024 · 2 comments

Comments

@scantor
Copy link

scantor commented Feb 16, 2024

We're evaluating the inclusion of a software artifact that depends on the javassist library and due to Maven Central's security issues, we have to obtain independent verification of the signing key(s) used to sign the artifacts there.

It appears the author's key is indeed used there, but we were hoping to be able to have the signing key(s) placed in the project's repository in a PGP_KEYS file or similar mechanism so we can verify/trust the key. This would benefit all users of your software, so hopefully this isn't too big an ask.

Thanks!

@chibash
Copy link
Member

chibash commented Feb 17, 2024

OK, so are you asking me to put my public key in this github repository, or on maven?
I'm a novice in this sort of verification.
It would be great if you give me a bit more detailed instructions or pointers.
Thanks!

@scantor
Copy link
Author

scantor commented Feb 19, 2024

Hi, thanks for responding.

Sure, there are a lot of ways to do it, but the simplest is just to create a PGP_KEYS file in your projects's git repository (much like the license, notice, etc.) that contains any of the keys people would find when verifying signatures in Maven Central or any other hosted source of a signed artifact.

It's greatly appreciated.

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

No branches or pull requests

2 participants