File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
csharp/ql/src/experimental Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import csharp
16
16
import semmle.code.asp.WebConfig
17
17
import semmle.code.csharp.frameworks.system.Web
18
18
import semmle.code.csharp.frameworks.microsoft.AspNetCore
19
- import semmle.code.csharp .dataflow.flowsources.AuthCookie
19
+ import experimental .dataflow.flowsources.AuthCookie
20
20
21
21
from Expr httpOnlySink
22
22
where
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import csharp
16
16
import semmle.code.asp.WebConfig
17
17
import semmle.code.csharp.frameworks.system.Web
18
18
import semmle.code.csharp.frameworks.microsoft.AspNetCore
19
- import semmle.code.csharp .dataflow.flowsources.AuthCookie
19
+ import experimental .dataflow.flowsources.AuthCookie
20
20
21
21
from Expr secureSink
22
22
where
File renamed without changes.
You can’t perform that action at this time.
0 commit comments