mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01: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