Address alert message style violation

This commit is contained in:
Tony Torralba
2022-10-17 10:22:31 +02:00
parent 434a2a9f5d
commit a540aaa35b

View File

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