Add 3PartySHA2 signing for Newtonsoft.Json.dll and PowerArgs.dll#678
Draft
jesuszarate wants to merge 1 commit into
Draft
Add 3PartySHA2 signing for Newtonsoft.Json.dll and PowerArgs.dll#678jesuszarate wants to merge 1 commit into
jesuszarate wants to merge 1 commit into
Conversation
These 3rd-party NuGet dependencies ship without Microsoft Authenticode signatures. Adding FilesToSign entries so MicroBuild signs them with 3PartySHA2 before VSIX packaging. Fixes VS signing scan violations in the mscredentialprovider payload. Bug: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2991357
This file contains hidden or 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
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.
These 3rd-party NuGet dependencies ship without Microsoft Authenticode signatures. Adding FilesToSign entries so MicroBuild signs them with 3PartySHA2 before VSIX packaging.
Background: The ESRP Release team has informed us that VS is shipping unsigned and SHA1-only signed files that need to be addressed for compliance. The signing allow list (ExternalWhiteList.csv) will be zeroed out on June 8th.
The problem: The VS signing scan flags 2 files in the mscredentialprovider payload:
The fix: Added FilesToSign entries with 3PartySHA2 cert for both DLLs alongside the existing Microsoft400 entries in CredentialProvider.Microsoft.csproj.
VS tracking bug: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2991357