We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f54bb1 commit 226e066Copy full SHA for 226e066
javascript/ql/src/semmle/javascript/Expr.qll
@@ -1557,7 +1557,7 @@ private string getConcatenatedString(Expr add) {
1557
exists(getConstantString(leaf))
1558
) and
1559
result =
1560
- concat(Expr leaf |
+ strictconcat(Expr leaf |
1561
leaf = getAnAddOperand*(add)
1562
|
1563
getConstantString(leaf) order by leaf.getFirstToken().getIndex()
0 commit comments