Minor comment update

This commit is contained in:
Joe Farebrother
2025-10-28 10:22:43 +00:00
parent 0a085dccbe
commit 544446bb81

View File

@@ -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.