eclipse / openvsx

An open-source registry for VS Code extensions
https://open-vsx.org/
Eclipse Public License 2.0
1.16k stars 129 forks source link

Signature validation fails in mirror mode #938

Closed hoangphamEclipse closed 3 weeks ago

hoangphamEclipse commented 3 weeks ago

Due to PR #928, the validation of signatures fail when running the OpenVSX in mirror mode since the server still expect the old signature format.

How to reproduce

https://github.com/eclipse/openvsx/blob/32252d3f673c8479e1da56c76ced5439e1cf5c1c/server/src/main/java/org/eclipse/openvsx/mirror/MirrorExtensionService.java#L180

hoangphamEclipse commented 3 weeks ago

@amvanbaren I have pushed a fix to this issue in #939