mirror of
https://github.com/github/codeql.git
synced 2026-03-17 04:56:58 +01:00
10 lines
239 B
C#
10 lines
239 B
C#
// semmle-extractor-options: ${testdir}/../../../../../resources/stubs/System.Web.cs /r:System.Collections.Specialized.dll
|
|
|
|
class Program
|
|
{
|
|
void SetHttpCookie(System.Web.HttpCookie cookies)
|
|
{
|
|
cookies.Secure = true;
|
|
}
|
|
}
|