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 3de1911 commit cc9c414Copy full SHA for cc9c414
rust/ql/test/query-tests/security/CWE-614/main.rs
@@ -167,7 +167,7 @@ fn test_biscotti() {
167
cookies.insert(i.clone().make_permanent()); // $ Alert[rust/insecure-cookie]
168
}
169
170
-fn test_qhelp_examples() {use cookie::Cookie;
+fn test_qhelp_examples() {
171
{
172
// BAD: creating a cookie without specifying the `secure` attribute
173
let cookie = Cookie::build(("session", "abcd1234")).build(); // $ Alert[rust/insecure-cookie]
0 commit comments