mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Fix unneeded import and spelling mistake
This commit is contained in:
@@ -17,5 +17,5 @@ import DataFlow::PathGraph
|
||||
|
||||
from SensitiveCommunicationConfig cfg, DataFlow::PathNode source, DataFlow::PathNode sink
|
||||
where cfg.hasFlowPath(source, sink)
|
||||
select sink.getNode(), source, sink, "This call may leak sensitive infomration from $@.",
|
||||
select sink.getNode(), source, sink, "This call may leak sensitive information from $@.",
|
||||
source.getNode(), "here"
|
||||
|
||||
Reference in New Issue
Block a user