forked from microsoft/vscode
-
Notifications
You must be signed in to change notification settings - Fork 439
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
Signature verification #497
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
filiptronicek
force-pushed
the
ft/signatures
branch
from
March 3, 2023 16:50
91519f5
to
d468864
Compare
jeanp413
force-pushed
the
gp-code/main
branch
2 times, most recently
from
March 7, 2023 20:36
4b9d11b
to
593d4dc
Compare
jeanp413
force-pushed
the
gp-code/main
branch
2 times, most recently
from
March 16, 2023 21:21
3f7bbb3
to
7583789
Compare
akosyakov
force-pushed
the
gp-code/main
branch
3 times, most recently
from
March 20, 2023 23:12
3e3f63a
to
2b91a8b
Compare
akosyakov
force-pushed
the
gp-code/main
branch
3 times, most recently
from
March 24, 2023 23:13
36b7cbb
to
5f80db8
Compare
mustard-mh
force-pushed
the
gp-code/main
branch
from
March 28, 2023 08:47
5f80db8
to
6aba26d
Compare
filiptronicek
force-pushed
the
gp-code/main
branch
2 times, most recently
from
April 7, 2023 11:55
c3006db
to
d46185f
Compare
filiptronicek
force-pushed
the
gp-code/main
branch
from
April 8, 2023 08:30
e024551
to
124a0b5
Compare
filiptronicek
force-pushed
the
gp-code/main
branch
from
April 17, 2023 22:50
d457e58
to
a42a851
Compare
mustard-mh
force-pushed
the
gp-code/main
branch
from
April 24, 2023 06:10
75c214f
to
303d16e
Compare
akosyakov
force-pushed
the
gp-code/main
branch
3 times, most recently
from
April 26, 2023 23:15
49f7060
to
d23eea9
Compare
jeanp413
force-pushed
the
gp-code/main
branch
3 times, most recently
from
May 4, 2023 16:31
5099023
to
1985953
Compare
akosyakov
force-pushed
the
gp-code/main
branch
2 times, most recently
from
May 8, 2023 23:10
a117321
to
351fea1
Compare
filiptronicek
force-pushed
the
ft/signatures
branch
2 times, most recently
from
May 31, 2024 17:15
6ba3782
to
9d84c91
Compare
15 tasks
filiptronicek
force-pushed
the
ft/signatures
branch
from
June 3, 2024 07:36
9d84c91
to
95ab2d5
Compare
filiptronicek
force-pushed
the
gp-code/main
branch
2 times, most recently
from
June 7, 2024 13:04
cffaa9f
to
da54640
Compare
filiptronicek
force-pushed
the
ft/signatures
branch
from
June 7, 2024 13:06
95ab2d5
to
fe608db
Compare
This reverts commit da54640.
filiptronicek
force-pushed
the
ft/signatures
branch
from
June 11, 2024 21:30
fe608db
to
5b94ded
Compare
Cherry-picked to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds extension signature verification as implemented in eclipse/openvsx#673.
After merging, it should be cherry-picked to the
main
branch as well.