A Simple Taint Checking Solution for C#
本文檔由 acml3000 分享于2011-07-10 22:54
In this article, we propose a way to secure C# programs by enforcing the verification of potentially dangerous data from the outside world through a simple, Ruby-like solution that will allow a developer to "taint" a C# object by encapsulating it into a generic container class that will not allow access to the target object unless an "untaint" method is invoked on the ..
下載文檔
收藏