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

Ensure no signed files skip verification #4929

Open
ellahathaway opened this issue Mar 3, 2025 · 0 comments
Open

Ensure no signed files skip verification #4929

ellahathaway opened this issue Mar 3, 2025 · 0 comments
Assignees

Comments

@ellahathaway
Copy link
Member

Not all files that can be validated on .NET Core can be validated on .NET Framework, and vise-versa. See https://github.com/dotnet/arcade/blob/e52018af7f5bab97b0721382d52badfc7edb54f6/src/SignCheck/Microsoft.SignCheck/Verification/SignatureVerificationManager.cs#L91-L117 for the full list.

Due to these differences, we should verify that no signed files skip verification between the Mac, Linux, and Windows verification legs. This work will be more of a sanity check and does not need to go into prod.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Ready
Development

No branches or pull requests

1 participant