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 ..
下载文档
收藏
打印
分享:
君,已阅读到文档的结尾了呢~~