Is it secure to not refuse permissions in a non-referenced assembly?
From: Keith Patrick (richard_keith_patrick_at_hotmail.com)
Date: 09/11/03
- Next message: Shel Blauman [MSFT]: "Re: Is it secure to not refuse permissions in a non-referenced assembly?"
- Previous message: Taryon: "rsa encrypt/decrypt"
- Next in thread: Shel Blauman [MSFT]: "Re: Is it secure to not refuse permissions in a non-referenced assembly?"
- Reply: Shel Blauman [MSFT]: "Re: Is it secure to not refuse permissions in a non-referenced assembly?"
- Reply: Eugene V. Bobukh [MS]: "Re: Is it secure to not refuse permissions in a non-referenced assembly?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 11 Sep 2003 14:27:29 -0500
If I want to refuse all unnecessary permissions, should I add references to
those permissions that aren't even referenced in my project? I know the
idea is to be able to permview an assembly and know that it can't, for
instance, query a database, but if I do not reference the assembly that
would allow that, I would think that I can prove that my app doesn't query a
DB just by looking at its referenced assemblies. On the other hand, I
realize that I could conceivably load the assembly dynamically and invoke a
method call that way. But if that is true, then I would have to add
references to several assemblies I don't use just to refuse all 19 built-in
permissions.
- Next message: Shel Blauman [MSFT]: "Re: Is it secure to not refuse permissions in a non-referenced assembly?"
- Previous message: Taryon: "rsa encrypt/decrypt"
- Next in thread: Shel Blauman [MSFT]: "Re: Is it secure to not refuse permissions in a non-referenced assembly?"
- Reply: Shel Blauman [MSFT]: "Re: Is it secure to not refuse permissions in a non-referenced assembly?"
- Reply: Eugene V. Bobukh [MS]: "Re: Is it secure to not refuse permissions in a non-referenced assembly?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|