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 f5f255d commit c88d213Copy full SHA for c88d213
javascript/ql/src/semmle/javascript/frameworks/Vuex.qll
@@ -120,7 +120,7 @@ module Vuex {
120
pragma[noinline]
121
string getNamespace() {
122
getNumArgument() = 2 and
123
- result = namespace + getParameter(0).getAValueReachingRhs().getStringValue() + "/"
+ result = appendToNamespace(namespace, getParameter(0).getAValueReachingRhs().getStringValue())
124
or
125
getNumArgument() = 1 and
126
result = namespace
0 commit comments