mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
QL code and tests for C#/C++/JavaScript.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class CookieWithOverlyBroadPathFix
|
||||
{
|
||||
static public void AddCookie()
|
||||
{
|
||||
HttpCookie cookie = new HttpCookie("sessionID");
|
||||
cookie.Path = "/ebanking";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user