advanced-security/qtil-javascript
0.0.3
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
import semmle.javascript.frameworks.PropertyProjection
A property projection call such as _.get(o, 'a.b'), which is equivalent to o.a.b.
_.get(o, 'a.b')
o.a.b