Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing code signing for some of the Isolated worker libraries #2919

Open
arunmk-ms opened this issue Jan 14, 2025 · 1 comment
Open

Missing code signing for some of the Isolated worker libraries #2919

arunmk-ms opened this issue Jan 14, 2025 · 1 comment
Labels
potential-bug Items opened using the bug report template, not yet triaged and confirmed as a bug

Comments

@arunmk-ms
Copy link

Description

We have noticed that the below libraries are missing code signing.

Microsoft.Azure.Functions.Worker.Extensions.Storage.Blobs.dll.
Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues.dll.
Microsoft.Azure.Functions.Worker.Extensions.dll.

Steps to reproduce

Error message:
##[error]1. CodeSign Error CodeSign.MissingSigningCert - File: functions/publish/Microsoft.Azure.Functions.Worker.Extensions.Storage.Blobs.dll.
##[error]2. CodeSign Error CodeSign.MissingSigningCert - File: functions/publish/Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues.dll.
##[error]3. CodeSign Error CodeSign.MissingSigningCert - File: functions/publish/.azurefunctions/Microsoft.Azure.Functions.Worker.Extensions.dll.

@arunmk-ms arunmk-ms added the potential-bug Items opened using the bug report template, not yet triaged and confirmed as a bug label Jan 14, 2025
@wsugarman
Copy link

Strangely, I noticed that the NuGet packages themselves are signed. However, the assemblies inside are not. Furthermore, I noticed that the assemblies do not appear to be deterministic and should probably be compiled with <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
potential-bug Items opened using the bug report template, not yet triaged and confirmed as a bug
Projects
None yet
Development

No branches or pull requests

3 participants