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

Security risk! Your assemblies are not signed! #27

Open
utillity opened this issue Aug 6, 2015 · 4 comments
Open

Security risk! Your assemblies are not signed! #27

utillity opened this issue Aug 6, 2015 · 4 comments

Comments

@utillity
Copy link

utillity commented Aug 6, 2015

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

@EchterAgo
Copy link

REG ADD "HKLM\SOFTWARE\Microsoft\StrongName\Verification_,"
REG ADD "HKLM\SOFTWARE\Wow6432Node\Microsoft\StrongName\Verification_,"

Defeats any assembly signing. Won't work, although I still would like it.

@utillity
Copy link
Author

not if you create your own assembly-loaders

@nirbar
Copy link

nirbar commented Feb 5, 2017

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

@utillity
Copy link
Author

utillity commented Feb 5, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants