Do not use hash verification to install the latest version of WinDbg #1331
Labels
😕 needs info
Further information is needed
🌀 FLARE-VM
A package or feature to be used by FLARE-VM
💎 enhancement
It is working, but it could be better
❔ discussion
Further discussion is needed
Milestone
Details
At the moment we use hash verification to install WinDbg. Because of the unusual version format (
1-2402-24001
) our automation is not able to update the URL/hash. Consequently the version/hash have to be updated manually, causing that we now don't install the latest WinDbg version.We can use an URL without a version for tools that are signed using
VM-Assert-Signature
. It usessigntool.exe
to verify the tool instead of the hash. We use it for example to install sysinternals.But it seems not to be possible to verifying
https://aka.ms/windbg/download
withsigntool.exe
:We are using
Add-AppxPackage
to install the package and I see-AllowUnsigned
as a flag. So maybe this means we could skip the verification at all, but I am not sure. 😕Does anyone have more information or ideas about how we can install WinDbg without using hash verification (using other type of versification) to ensure we have the latest version installed? @vm-packages @TimMisiak @naacbin @binjo @stevemk14ebr
The text was updated successfully, but these errors were encountered: