mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Update rust/ql/src/queries/security/CWE-614/InsecureCookie.qhelp
Co-authored-by: Simon Friis Vindum <paldepind@github.com>
This commit is contained in:
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user