We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9d682 commit 3723f7fCopy full SHA for 3723f7f
csharp/ql/src/experimental/Security Features/CWE-614/CookieWithoutSecure.ql
@@ -63,7 +63,7 @@ where
63
// the property wasn't explicitly set, so a default value from config is used
64
not isPropertySet(oc, "Secure") and
65
// the default in config is not set to `true`
66
- // the `exists` below covers the `cs/web/cookie-secure-not-set`
+ // the `exists` below covers the `cs/web/requiressl-not-set`
67
not exists(XMLElement element |
68
element instanceof FormsElement and
69
element.(FormsElement).isRequireSSL()
0 commit comments