mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Fix typo
This commit is contained in:
@@ -22,7 +22,7 @@ from
|
|||||||
where
|
where
|
||||||
config.hasFlowPath(source, sink) and
|
config.hasFlowPath(source, sink) and
|
||||||
if exists(sink.getNode().(CookieSink))
|
if exists(sink.getNode().(CookieSink))
|
||||||
then insecure = "and it's " + sink.getNode().(CookieSink).getFlag() + " flag is not properly set"
|
then insecure = "and its " + sink.getNode().(CookieSink).getFlag() + " flag is not properly set"
|
||||||
else insecure = ""
|
else insecure = ""
|
||||||
select sink.getNode(), "Cookie is constructed from a", source.getNode(), "user-supplied input",
|
select sink.getNode(), "Cookie is constructed from a", source.getNode(), "user-supplied input",
|
||||||
insecure
|
insecure
|
||||||
|
|||||||
Reference in New Issue
Block a user