Title: Get-AuthenticodeSignature Displaying Inconsistent Behavior Between -FilePath and -Content · Issue #18773 · PowerShell/PowerShell · GitHub
Open Graph Title: Get-AuthenticodeSignature Displaying Inconsistent Behavior Between -FilePath and -Content · Issue #18773 · PowerShell/PowerShell
X Title: Get-AuthenticodeSignature Displaying Inconsistent Behavior Between -FilePath and -Content · Issue #18773 · PowerShell/PowerShell
Description: Prerequisites Write a descriptive title. Make sure you are able to repro it on the latest released version Search the existing issues. Refer to the FAQ. Refer to Differences between Windows PowerShell 5.1 and PowerShell. Steps to reprodu...
Open Graph Description: Prerequisites Write a descriptive title. Make sure you are able to repro it on the latest released version Search the existing issues. Refer to the FAQ. Refer to Differences between Windows PowerSh...
X Description: Prerequisites Write a descriptive title. Make sure you are able to repro it on the latest released version Search the existing issues. Refer to the FAQ. Refer to Differences between Windows PowerSh...
Opengraph URL: https://github.com/PowerShell/PowerShell/issues/18773
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Get-AuthenticodeSignature Displaying Inconsistent Behavior Between -FilePath and -Content","articleBody":"### Prerequisites\n\n- [X] Write a descriptive title.\n- [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases)\n- [X] Search the existing issues.\n- [X] Refer to the [FAQ](https://github.com/PowerShell/PowerShell/blob/master/docs/FAQ.md).\n- [X] Refer to [Differences between Windows PowerShell 5.1 and PowerShell](https://docs.microsoft.com/powershell/scripting/whats-new/differences-from-windows-powershell).\n\n### Steps to reproduce\n\nI am currently experiencing an issue with `Get-AuthenticodeSignature` where when checking the signature with a direct file path the signature is valid, however when converting the same file into a byte array and attempting to run `Get-AuthenticodeSignature` against it, it reports no valid signature.\r\n\r\n```powershell\r\nGet-AuthenticodeSignature -FilePath \"~\\Repos\\Strapper\\Strapper\\Strapper.psm1\"\r\n\u003c#\r\nSignerCertificate Status StatusMessage Path\r\n----------------- ------ ------------- ----\r\nFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF Valid Signature verified. Strapper.psm1\r\n#\u003e\r\n\r\n\r\nGet-AuthenticodeSignature -Content (Get-Content -Path \"~\\Repos\\Strapper\\Strapper\\Strapper.psm1\" -AsByteStream) -SourcePathOrExtension psm1\r\n\u003c#\r\nSignerCertificate Status StatusMessage Path\r\n----------------- ------ ------------- ----\r\n NotSigned The file psm1 is no… psm1\r\n#\u003e\r\n```\r\nI assumed that this could have been a file extension issue, and it does appear to be replicated with even simple files, but changing the extension doesn't appear to fix the issue:\r\n\r\n```powershell\r\nGet-AuthenticodeSignature -FilePath \"~\\Downloads\\Get-Host.psm1\"\r\n\u003c#\r\nSignerCertificate Status StatusMessage Path\r\n----------------- ------ ------------- ----\r\nFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF Valid Signature verified. Get-Host.psm1\r\n#\u003e\r\n\r\nGet-AuthenticodeSignature -Content (Get-Content \"~\\Downloads\\Get-Host.psm1\" -AsByteStream) -SourcePathOrExtension psm1\r\n\u003c#\r\nSignerCertificate Status StatusMessage Path\r\n----------------- ------ ------------- ----\r\n NotSigned The file psm1 is no… psm1\r\n#\u003e\r\n\r\nGet-AuthenticodeSignature -FilePath \"~\\Downloads\\Get-Host.ps1\"\r\n\u003c#\r\nSignerCertificate Status StatusMessage Path\r\n----------------- ------ ------------- ----\r\nFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF Valid Signature verified. Get-Host.ps1\r\n#\u003e\r\n\r\nGet-AuthenticodeSignature -Content (Get-Content \"~\\Downloads\\Get-Host.ps1\" -AsByteStream) -SourcePathOrExtension ps1\r\n\u003c#\r\nSignerCertificate Status StatusMessage Path\r\n----------------- ------ ------------- ----\r\n NotSigned The file ps1 is not… ps1\r\n#\u003e\r\n```\r\n## `Get-Host.psm1`\r\n```powershell\r\nGet-Host\r\n# SIG # Begin signature block\r\n# MIInbwYJKoZIhvcN...\r\n# SIG # End signature block\r\n```\n\n### Expected behavior\n\n```console\nPS\u003e Get-AuthenticodeSignature -Content (Get-Content -Path \"~\\Repos\\Strapper\\Strapper\\Strapper.psm1\" -AsByteStream) -SourcePathOrExtension psm1\r\nSignerCertificate Status StatusMessage Path\r\n----------------- ------ ------------- ----\r\nFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF Valid Signature verified. Strapper.psm1\n```\n\n\n### Actual behavior\n\n```console\nPS\u003e Get-AuthenticodeSignature -Content (Get-Content -Path \"~\\Repos\\Strapper\\Strapper\\Strapper.psm1\" -AsByteStream) -SourcePathOrExtension psm1\r\nSignerCertificate Status StatusMessage Path\r\n----------------- ------ ------------- ----\r\n NotSigned The file psm1 is no… psm1\n```\n\n\n### Error details\n\n_No response_\n\n### Environment data\n\n```powershell\nPS\u003e $PSVersionTable\r\nName Value\r\n---- -----\r\nPSVersion 7.3.0\r\nPSEdition Core\r\nGitCommitId 7.3.0\r\nOS Microsoft Windows 10.0.22621\r\nPlatform Win32NT\r\nPSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}\r\nPSRemotingProtocolVersion 2.3\r\nSerializationVersion 1.1.0.1\r\nWSManStackVersion 3.0\n```\n\n\n### Visuals\n\n\r\n","author":{"url":"https://github.com/s-nix","@type":"Person","name":"s-nix"},"datePublished":"2022-12-12T22:22:02.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/18773/PowerShell/issues/18773"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:0006ddf2-4378-5f12-7d0d-e103b6caebd8 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 9DFE:17598F:1FFC910:2AF6B50:6A5464DF |
| html-safe-nonce | a4318cec62cc709f2d28bd10db8434490f155056ae2f60322f25e8cb3ff8e4a9 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5REZFOjE3NTk4RjoxRkZDOTEwOjJBRjZCNTA6NkE1NDY0REYiLCJ2aXNpdG9yX2lkIjoiNTc4NjE3MTQxMzE1MDA2NTg4NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 0cc1c03abdb5b9856a11f49060d535f41a3447547402c60645817e9d24298a52 |
| hovercard-subject-tag | issue:1492890508 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/PowerShell/PowerShell/18773/issue_layout |
| twitter:image | https://opengraph.githubassets.com/cb4e1dc277f896f11c80347db357b03be0f38bf94298b124809b491ac51d32f6/PowerShell/PowerShell/issues/18773 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/cb4e1dc277f896f11c80347db357b03be0f38bf94298b124809b491ac51d32f6/PowerShell/PowerShell/issues/18773 |
| og:image:alt | Prerequisites Write a descriptive title. Make sure you are able to repro it on the latest released version Search the existing issues. Refer to the FAQ. Refer to Differences between Windows PowerSh... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | s-nix |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| go-import | github.com/PowerShell/PowerShell git https://github.com/PowerShell/PowerShell.git |
| octolytics-dimension-user_id | 11524380 |
| octolytics-dimension-user_login | PowerShell |
| octolytics-dimension-repository_id | 49609581 |
| octolytics-dimension-repository_nwo | PowerShell/PowerShell |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 49609581 |
| octolytics-dimension-repository_network_root_nwo | PowerShell/PowerShell |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 6d28624802c2f7d9500239dd6870ed7031b7353b |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width