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

Version 15.0.0 from Eclipse Marketplace jars unsigned #1091

Open
MeckyD opened this issue Oct 8, 2020 · 1 comment
Open

Version 15.0.0 from Eclipse Marketplace jars unsigned #1091

MeckyD opened this issue Oct 8, 2020 · 1 comment
Labels
Area: Eclipse Issue affecting Saros for Eclipse (Saros/E) State: Open Confirmed issue not currently being worked on

Comments

@MeckyD
Copy link

MeckyD commented Oct 8, 2020

Using Eclipse SDK 2020-06 (4.16) and installing Saros 15.0.0 from Eclipse Marketplace will lead to following message during installation:

Warning: Installing unsigned software for which the authenticity or validy cannot be established. Continue with the installation?

Dependent files: saros.core_0.2.0.jar - saros.eclipse_16.0.1.jar - saros.feature_16.0.1
Running jarsigner on the two jars also leads to the result: both jars are unsigned.

Thank you for all your effort!

@m273d15 m273d15 removed their assignment Dec 22, 2020
@m273d15 m273d15 added Area: Eclipse Issue affecting Saros for Eclipse (Saros/E) State: Open Confirmed issue not currently being worked on labels Dec 22, 2020
@m273d15
Copy link
Contributor

m273d15 commented Dec 22, 2020

I think the "technical side" of this issue should be simple: We have to use the standard java jar signing process and create a bash script or integrate the process into Gradle (it should be possible to use existing plugins or the ant builder).

The more complex questions is which certificate we should/could use. I think publishing jars that are signed with a self-signed cert is not an improvement. Therefore, it would be necessary to get a cert from a Certificate Authority as LetsEncrypt (or probably the FU Berlin can help ).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Eclipse Issue affecting Saros for Eclipse (Saros/E) State: Open Confirmed issue not currently being worked on
Projects
None yet
Development

No branches or pull requests

2 participants