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 cc9c414 commit 5b4632bCopy full SHA for 5b4632b
rust/ql/src/queries/security/CWE-614/InsecureCookie.ql
@@ -20,7 +20,7 @@ import codeql.rust.security.InsecureCookieExtensions
20
21
/**
22
* A data flow configuration for tracking values representing cookies without the
23
- * 'secure' attribute set. This is the primary data flow configurationn for this
+ * 'secure' attribute set. This is the primary data flow configuration for this
24
* query.
25
*/
26
module InsecureCookieConfig implements DataFlow::ConfigSig {
0 commit comments