Skip to content

Commit 5b4632b

Browse files
geoffw0Copilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent cc9c414 commit 5b4632b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import codeql.rust.security.InsecureCookieExtensions
2020

2121
/**
2222
* A data flow configuration for tracking values representing cookies without the
23-
* 'secure' attribute set. This is the primary data flow configurationn for this
23+
* 'secure' attribute set. This is the primary data flow configuration for this
2424
* query.
2525
*/
2626
module InsecureCookieConfig implements DataFlow::ConfigSig {

0 commit comments

Comments
 (0)