Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5a861 commit b1d45a6Copy full SHA for b1d45a6
1 file changed
javascript/ql/src/semmle/javascript/dataflow/DataFlow.qll
@@ -1592,7 +1592,8 @@ module DataFlow {
1592
e instanceof E4X::XMLAttributeSelector or
1593
e instanceof E4X::XMLDotDotExpression or
1594
e instanceof E4X::XMLFilterExpression or
1595
- e instanceof E4X::XMLQualifiedIdentifier
+ e instanceof E4X::XMLQualifiedIdentifier or
1596
+ e instanceof Angular2::PipeRefExpr
1597
)
1598
or
1599
exists(Expr e | e = nd.asExpr() |
0 commit comments