Cyber Security Competitions for Students (Fall 2011)
Filed under: Security
As the school hear is wrapping up, it is time for individuals and teams to start preparing for some upcoming cyber security challenges. What does every student want to think about over the summer break? More work, right? The good news: this can be fun and challenging. I am talking about Cyber ...
ASP.Net Value Shadowing
Filed under: Security
Value shadowing occurs when the developer does not specify the specific collection to pull a value from when multiple collections exist in the same context. The Request object is a great example of this. The Request object contains Querystring, Form, Cookies, and ServerVariable collections. Normally, if a developer wanted to access a value from a ...