Skip to content

Commit 9cdd8cc

Browse files
committed
update js/tainted-format-string to match ruby/java
1 parent 9395f15 commit 9cdd8cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/ql/src/Security/CWE-134/TaintedFormatString.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ import DataFlow::PathGraph
1616

1717
from Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink
1818
where cfg.hasFlowPath(source, sink)
19-
select sink.getNode(), source, sink, "$@ flows here and is used in a format string.",
19+
select sink.getNode(), source, sink, "$@ flows to here and is used in a format string.",
2020
source.getNode(), "User-provided value"

0 commit comments

Comments
 (0)