qtil
advanced-security/qtil-javascript 0.0.3
Search

Predicate Vuex::getAMappedAccess

Gets an API node that refers to a property of a Vue component instance, which has been bound by a helper of kind helperName to something named storeName.

For example, mapGetters({foo: 'bar}) will cause this.foo in the affected Vue component to be returned by getAMappedAccess("mapGetters", "bar").

Import path

import semmle.javascript.frameworks.Vuex
Node getAMappedAccess(string helperName, string storeName)