mirror of
https://github.com/github/codeql.git
synced 2026-05-13 18:59:27 +02:00
Address alert message style violation
This commit is contained in:
@@ -18,5 +18,6 @@ import DataFlow::PathGraph
|
||||
|
||||
from DataFlow::PathNode src, DataFlow::PathNode sink
|
||||
where any(UnsafeContentResolutionConf c).hasFlowPath(src, sink)
|
||||
select sink.getNode(), src, sink, "This ContentResolver method that resolves a URI depends on $@.",
|
||||
src.getNode(), "a user-provided value"
|
||||
select sink.getNode(), src, sink,
|
||||
"This ContentResolver method that resolves a URI depends on a $@.", src.getNode(),
|
||||
"user-provided value"
|
||||
|
||||
Reference in New Issue
Block a user