[Windows] Add signature validation (#8390)

This commit is contained in:
sergei-pyshnoi
2023-10-11 11:02:59 +02:00
committed by GitHub
parent 47a634e28b
commit 6315b7ed2c
26 changed files with 122 additions and 59 deletions

View File

@@ -267,6 +267,7 @@
"subversion" : "16",
"edition" : "Enterprise",
"channel": "release",
"signature": "72105B6D5F370B62FD5C82F1512F7AD7DEE5F2C0",
"workloads": [
"Component.Dotfuscator",
"Component.Linux.CMake",
@@ -412,10 +413,12 @@
},
"serviceFabric": {
"runtime": {
"version": "9.1.1436.9590"
"version": "9.1.1436.9590",
"signature": "AFBF0B8B6A18F7E23CCA1DDCD0AC1A55B4035173"
},
"sdk": {
"version": "6.1.1436"
"version": "6.1.1436",
"signature": "AFBF0B8B6A18F7E23CCA1DDCD0AC1A55B4035173"
}
},
"dotnet": {
@@ -478,7 +481,8 @@
"version": "16"
},
"postgresql": {
"version": "14"
"version": "14",
"signature": "698BA51AA27CC31282AACA5055E4B9190BC6C0E9"
},
"kotlin": {
"version": "latest",

View File

@@ -177,6 +177,7 @@
"subversion" : "17",
"edition" : "Enterprise",
"channel": "release",
"signature": "72105B6D5F370B62FD5C82F1512F7AD7DEE5F2C0",
"workloads": [
"Component.Dotfuscator",
"Component.Linux.CMake",
@@ -353,10 +354,12 @@
},
"serviceFabric": {
"runtime": {
"version": "9.1.1436.9590"
"version": "9.1.1436.9590",
"signature": "AFBF0B8B6A18F7E23CCA1DDCD0AC1A55B4035173"
},
"sdk": {
"version": "6.1.1436"
"version": "6.1.1436",
"signature": "AFBF0B8B6A18F7E23CCA1DDCD0AC1A55B4035173"
}
},
"dotnet": {
@@ -418,7 +421,8 @@
"version": "8.2"
},
"postgresql": {
"version": "14"
"version": "14",
"signature": "698BA51AA27CC31282AACA5055E4B9190BC6C0E9"
},
"kotlin": {
"version": "latest",