mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Fix unneeded import and spelling mistake
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
/** Provides definitions to reason about Android Sensitive Communication queries */
|
||||
|
||||
import java
|
||||
import semmle.code.java.dataflow.DataFlow3
|
||||
import semmle.code.java.dataflow.TaintTracking
|
||||
import semmle.code.java.frameworks.android.Intent
|
||||
import semmle.code.java.security.SensitiveActions
|
||||
|
||||
@@ -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