Skip to content

Commit 3723f7f

Browse files
author
edvraa
committed
comments
1 parent 2c9d682 commit 3723f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/experimental/Security Features/CWE-614/CookieWithoutSecure.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ where
6363
// the property wasn't explicitly set, so a default value from config is used
6464
not isPropertySet(oc, "Secure") and
6565
// the default in config is not set to `true`
66-
// the `exists` below covers the `cs/web/cookie-secure-not-set`
66+
// the `exists` below covers the `cs/web/requiressl-not-set`
6767
not exists(XMLElement element |
6868
element instanceof FormsElement and
6969
element.(FormsElement).isRequireSSL()

0 commit comments

Comments
 (0)