mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Update and fix tests
This commit is contained in:
@@ -16,6 +16,7 @@ import semmle.python.dataflow.new.DataFlow
|
||||
import semmle.python.Concepts
|
||||
|
||||
from Http::Server::CookieWrite cookie
|
||||
where cookie.hasSecureFlag(false) //and
|
||||
//cookie.isSensitive()
|
||||
where
|
||||
cookie.hasSecureFlag(false) and
|
||||
cookie.isSensitive()
|
||||
select cookie, "Cookie is added without the Secure attribute properly set."
|
||||
|
||||
Reference in New Issue
Block a user