mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
docs: fix typo in dataflow exercise answer
This commit is contained in:
@@ -352,6 +352,6 @@ Exercise 4
|
||||
}
|
||||
}
|
||||
|
||||
from DataFlow::Node src, DataFlow::Node sink, Configuration config
|
||||
from DataFlow::Node src, DataFlow::Node sink, GetenvToURLConfiguration config
|
||||
where config.hasFlow(src, sink)
|
||||
select src, "This environment variable constructs a URL $@.", sink, "here"
|
||||
|
||||
Reference in New Issue
Block a user