Skip to content

Improve packaging + distribution of the local companion #9615

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

Closed
loujaybee opened this issue Apr 28, 2022 · 2 comments
Closed

Improve packaging + distribution of the local companion #9615

loujaybee opened this issue Apr 28, 2022 · 2 comments
Labels
aspect: security Anything related to preventing vulnerabilities component: local app meta: stale This issue/PR is stale and will be closed soon team: IDE

Comments

@loujaybee
Copy link
Member

loujaybee commented Apr 28, 2022

Currently, the local companion is downloaded and installed as an executable, which can lead to security warnings. We need to ensure the app can be downloaded from trusted registries, and signed where necessary to ensure user trust and prevent security warnings or flagging by anti-virus software etc.

https://developer.apple.com/documentation/notaryapi/submitting_software_for_notarization_over_the_web

@ajhalili2006
Copy link

For Windows and macOS: Go for the regular code-signing step with a trusted CA.

For Linux: Things might go a bit tricky, since each distro has its own packaging formats and way to sign packages. If Gitpod prefers to manage the package repo for Local Companion themselves and not use distro-specifics, maybe GPG + checksums on both monthly releases and nightly builds is enough on my opinion.

@stale
Copy link

stale bot commented Sep 8, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the meta: stale This issue/PR is stale and will be closed soon label Sep 8, 2022
@stale stale bot closed this as completed Sep 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aspect: security Anything related to preventing vulnerabilities component: local app meta: stale This issue/PR is stale and will be closed soon team: IDE
Projects
None yet
Development

No branches or pull requests

2 participants