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

Update signature validation logic #939

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

hoangphamEclipse
Copy link
Contributor

@hoangphamEclipse hoangphamEclipse commented Jun 7, 2024

Since the signature format has been updated in PR #928, the mirror needs to update its logic for signature validation when mirroring extensions from upstream. With this commit, now the mirror will extract the signature zip file and look for the signature, then use this signature to validate the vsix.

Fixes #938.

Since the signature format has been updated in PR eclipse#928, the mirror needs to
update its logic for signature validation when mirroring extensions from
upstream. With this commit, now the mirror will extract the signature zip
file and look for the signature, then use this signature to validate the vsix.

Signed-off-by: Hoang Thuan Pham <hoang.thuan.pham@ericsson.com>
@amvanbaren amvanbaren self-assigned this Jun 12, 2024
@amvanbaren amvanbaren merged commit 91ba91d into eclipse:master Jun 12, 2024
2 checks passed
@amvanbaren
Copy link
Contributor

Thanks @hoangphamEclipse!

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

Successfully merging this pull request may close these issues.

Signature validation fails in mirror mode
2 participants