Fix unneeded import and spelling mistake

This commit is contained in:
Joe Farebrother
2021-10-25 14:10:14 +01:00
parent 0c1af2411b
commit 6dac86b9be
2 changed files with 1 additions and 2 deletions

View File

@@ -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

View File

@@ -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"