mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Use more flowTo.
This commit is contained in:
@@ -88,5 +88,5 @@ import InsecureCookieFlow::PathGraph
|
||||
from InsecureCookieFlow::PathNode sourceNode, InsecureCookieFlow::PathNode sinkNode
|
||||
where
|
||||
InsecureCookieFlow::flowPath(sourceNode, sinkNode) and
|
||||
not PartitionedCookieFlow::flow(_, sinkNode.getNode())
|
||||
not PartitionedCookieFlow::flowTo(sinkNode.getNode())
|
||||
select sinkNode.getNode(), sourceNode, sinkNode, "Cookie attribute 'Secure' is not set to true."
|
||||
|
||||
Reference in New Issue
Block a user