mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Minor comment update
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user