Top "Code-access-security" questions

Code-access security is security specific to limiting access to or protecting source code, through the use of processes such as encryption, obfuscation, and more.

What is the security risk of object reflection?

So after a few hours of workaround the limitation of Reflection being currently disabled on the Google App Engine, I …

java security reflection code-access-security
Detect IP address of GitHub commit

i'm the owner of a few corporate github repositories. Lately we have been suspicious of a developer who may be …

git github audit code-access-security
GIT support for branch based user authorization - Best Practices or Tools?

For a product based GIT repository, wherein there are branches for maintenance, testing as well as future development, how do …

security git code-access-security git-branch
How does one fix the "'System.Security.Permissions.SecurityAction.RequestMinimum' is obsolete" compilation error?

I received the following compilation warning as a error while upgrading some ASP.NET code from .NET 3.5: 'System.Security.Permissions.…

asp.net code-access-security wcsf
Protecting source code from theft during development

Is there any way to protect my code during development so that if a developer leaves my company they are …

security encryption tfs code-access-security source-code-protection
How to verify that the source code is copied from web

I am building a web tool to check whether the submitted content is taken from web or is it submitter …

security checksum sha code-access-security
How can I implement ISerializable in .NET 4+ without violating inheritance security rules?

Background: Noda Time contains many serializable structs. While I dislike binary serialization, we received many requests to support it, back …

c# .net serialization appdomain code-access-security