diff --git a/csharp/ql/lib/semmle/code/csharp/security/auth/SecureCookies.qll b/csharp/ql/lib/semmle/code/csharp/security/auth/SecureCookies.qll index 8a0f08a4675..a34191a7086 100644 --- a/csharp/ql/lib/semmle/code/csharp/security/auth/SecureCookies.qll +++ b/csharp/ql/lib/semmle/code/csharp/security/auth/SecureCookies.qll @@ -1,9 +1,9 @@ /** - * Definitions for detecting insecure and non-httponly cookies. + * Definitions for detecting insecure and non-HttpOnly cookies. */ import csharp -import semmle.code.csharp.frameworks.microsoft.AspNetCore +private import semmle.code.csharp.frameworks.microsoft.AspNetCore /** * Holds if the expression is a sensitive string literal or a variable with a sensitive name.