mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Update javascript/ql/lib/semmle/javascript/frameworks/Spife.qll
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user