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 0807c69 commit edddc01Copy full SHA for edddc01
javascript/ql/lib/semmle/javascript/frameworks/Templating.qll
@@ -33,7 +33,7 @@ module Templating {
33
*/
34
bindingset[prefix]
35
string getDelimiterMatchingRegexpWithPrefix(string prefix) {
36
- result = "(?s)" + prefix + "(" + concat("\\Q" + getADelimiter() + "\\E", "|") + ").*"
+ result = "(?s)" + prefix + "(" + strictconcat("\\Q" + getADelimiter() + "\\E", "|") + ").*"
37
}
38
39
/** A placeholder tag for a templating engine. */
0 commit comments