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 8445ec6 commit e3bf308Copy full SHA for e3bf308
javascript/ql/src/experimental/semmle/javascript/Actions.qll
@@ -308,7 +308,7 @@ module Actions {
308
// TODO: This only handles expression strings that refer to contexts.
309
// It does not handle operators within the expression.
310
result =
311
- this.getValue().regexpFind("(?<=\\$\\{\\{\\s*)[A-Za-z0-9_\\.\\-]+(?=\\s*\\}\\})", _, _)
+ this.getValue().regexpFind("[A-Za-z0-9_\\.\\-]+(?=\\s*\\}\\})", _, _)
312
}
313
314
0 commit comments