Python: Fix select of py/insecure-cookie

This commit is contained in:
Rasmus Wriedt Larsen
2022-05-11 14:05:18 +02:00
parent fc8633cc01
commit cff950f5f7
2 changed files with 31 additions and 31 deletions

View File

@@ -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."