mirror of
https://github.com/github/codeql.git
synced 2026-01-09 04:30:21 +01:00
Python: Fix select of py/insecure-cookie
This commit is contained in:
@@ -27,4 +27,4 @@ where
|
||||
or
|
||||
not cookie.isSameSite() and
|
||||
alert = "samesite"
|
||||
select cookie, "Cookie is added without the ", alert, " flag properly set."
|
||||
select cookie, "Cookie is added without the '" + alert + "' flag properly set."
|
||||
|
||||
Reference in New Issue
Block a user