We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b2f53 commit 1410d28Copy full SHA for 1410d28
javascript/ql/lib/semmle/javascript/frameworks/Spife.qll
@@ -25,7 +25,7 @@ module Spife {
25
private string getRoutePattern() {
26
// Concatenate the constant parts of the expression
27
result =
28
- concat(Expr e, int i |
+ strictconcat(Expr e, int i |
29
e = template.getTemplate().getElement(i) and exists(e.getStringValue())
30
|
31
e.getStringValue() order by i
0 commit comments