Update javascript/ql/lib/semmle/javascript/frameworks/Spife.qll

Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
Alvaro Muñoz
2022-12-12 09:54:02 +01:00
committed by GitHub
parent 38b2f537d4
commit 1410d2838e

View File

@@ -25,7 +25,7 @@ module Spife {
private string getRoutePattern() {
// Concatenate the constant parts of the expression
result =
concat(Expr e, int i |
strictconcat(Expr e, int i |
e = template.getTemplate().getElement(i) and exists(e.getStringValue())
|
e.getStringValue() order by i