mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
fix alert-message by adding the link
Co-authored-by: Arthur Baars <aibaars@github.com>
This commit is contained in:
committed by
GitHub
parent
d370b2a51e
commit
5ba7c13ecd
@@ -73,5 +73,5 @@ where
|
||||
sourceNode = source.getNode() and
|
||||
call.getArgument(0) = sink.getNode()
|
||||
select sink.getNode(), source, sink,
|
||||
"This call to " + call.(Replacement).getFrom() + " depends on a . Replace it with " +
|
||||
"This call to " + call.(Replacement).getFrom() + " depends on a $@. Replace it with " +
|
||||
call.(Replacement).getTo() + ".", source.getNode(), "user-provided value"
|
||||
|
||||
Reference in New Issue
Block a user