Skip to content

Commit a540aaa

Browse files
committed
Address alert message style violation
1 parent 434a2a9 commit a540aaa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

java/ql/src/Security/CWE/CWE-441/UnsafeContentUriResolution.ql

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ import DataFlow::PathGraph
1818

1919
from DataFlow::PathNode src, DataFlow::PathNode sink
2020
where any(UnsafeContentResolutionConf c).hasFlowPath(src, sink)
21-
select sink.getNode(), src, sink, "This ContentResolver method that resolves a URI depends on $@.",
22-
src.getNode(), "a user-provided value"
21+
select sink.getNode(), src, sink,
22+
"This ContentResolver method that resolves a URI depends on a $@.", src.getNode(),
23+
"user-provided value"

0 commit comments

Comments
 (0)