renovatebot / renovate

Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io
https://mend.io/renovate
GNU Affero General Public License v3.0
17.3k stars 2.26k forks source link

Replace `openpgp` with `pgpainless-sop` / `bouncycastle` #30011

Open viceice opened 3 months ago

viceice commented 3 months ago

Describe the proposed change(s).

Use the org.pgpainless:pgpainless-sop java lib compiled to wasm (TeaVM) as a PGP replacement, so we can fully drop openpgp because of licensing issues.

viceice commented 3 months ago

An alternate is to use a rust implementation