Skip to content

Commit

Permalink
Added a certificate to allow-list (#2628)
Browse files Browse the repository at this point in the history
* Added `Microsoft 3rd Party Application Component` to the allow-list.
  • Loading branch information
Haplois authored Nov 12, 2020
1 parent bfd6628 commit feb205d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/verify-sign.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ function Verify-Assemblies
elseif ($signature.SignerCertificate.Thumbprint -eq "899FA016DEE8E665FF2A315A1151C43FB96C430B") {
Write-Log "Valid (Prod Signed): $($_.FullName)."
}
# Microsoft 3rd Party Application Component
elseif ($signature.SignerCertificate.Thumbprint -eq "709133ECC53CBF386F4A5ECB782AEEF499F0F8CA") {
Write-Log "Valid (Prod Signed): $($_.FullName)."
}
else {
Write-FailLog "Incorrect certificate. File: $($_.FullName). Certificate: $($signature.SignerCertificate.Thumbprint)."
}
Expand Down

0 comments on commit feb205d

Please sign in to comment.