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 266624d commit 21fe142Copy full SHA for 21fe142
rust/ql/src/queries/security/CWE-614/InsecureCookie.qhelp
@@ -14,7 +14,7 @@
14
</recommendation>
15
<example>
16
17
-<p>The following example creates a cookie using the <code>cookie</code> crate without the 'Secure' attribute:</p>
+<p>The following example creates a cookie using the <a href="https://crates.io/crates/cookie">cookie</a> crate without the 'Secure' attribute:</p>
18
19
<sample src="InsecureCookieBad.rs" />
20
0 commit comments