Skip to content

Commit 21fe142

Browse files
geoffw0paldepind
andauthored
Update rust/ql/src/queries/security/CWE-614/InsecureCookie.qhelp
Co-authored-by: Simon Friis Vindum <paldepind@github.com>
1 parent 266624d commit 21fe142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</recommendation>
1515
<example>
1616

17-
<p>The following example creates a cookie using the <code>cookie</code> crate without the 'Secure' attribute:</p>
17+
<p>The following example creates a cookie using the <a href="https://crates.io/crates/cookie">cookie</a> crate without the 'Secure' attribute:</p>
1818

1919
<sample src="InsecureCookieBad.rs" />
2020

0 commit comments

Comments
 (0)