-
Notifications
You must be signed in to change notification settings - Fork 178
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
Security risk! Your assemblies are not signed! #27
Comments
REG ADD "HKLM\SOFTWARE\Microsoft\StrongName\Verification_," Defeats any assembly signing. Won't work, although I still would like it. |
not if you create your own assembly-loaders |
Even with the registry keys, you can force strong name validation in app.config with bypassTrustedAppStrongNames: |
Also, you cannot compile a strong named assembly referencing an unsigned assembly.
…________________________________
From: Nir Bar <notifications@github.com>
Sent: Sunday, February 5, 2017 10:21:10 AM
To: dnauck/Portable.Licensing
Cc: Tilfried Weissenberger; Author
Subject: Re: [dnauck/Portable.Licensing] Security risk! Your assemblies are not signed! (#27)
Even with the registry keys, you can force strong name validation in app.config with bypassTrustedAppStrongNames:
https://msdn.microsoft.com/en-us/library/cc713694(v=vs.110).aspx
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#27 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AFSu9noSdo3BNleVh2kkqG8JR_FlFIfdks5rZaKWgaJpZM4Fmqhw>.
|
Hi, please sign your assemblies (NuGet package)! Otherwise they can't be used in signed applications and unsigned applications can be subject to a spoofed vesion of your assembly!
thanks! regards, Tilli
The text was updated successfully, but these errors were encountered: