Update rust/ql/src/queries/security/CWE-614/InsecureCookie.qhelp

Co-authored-by: Simon Friis Vindum <paldepind@github.com>
This commit is contained in:
Geoffrey White
2025-09-26 10:39:49 +01:00
committed by GitHub
parent 266624dd0f
commit 21fe142955

View File

@@ -14,7 +14,7 @@
</recommendation>
<example>
<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>
<sample src="InsecureCookieBad.rs" />