Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b1d45a6

Browse files
committed
JS: Mark angular pipe refs as incomplete
1 parent 4b5a861 commit b1d45a6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

javascript/ql/src/semmle/javascript/dataflow/DataFlow.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1592,7 +1592,8 @@ module DataFlow {
15921592
e instanceof E4X::XMLAttributeSelector or
15931593
e instanceof E4X::XMLDotDotExpression or
15941594
e instanceof E4X::XMLFilterExpression or
1595-
e instanceof E4X::XMLQualifiedIdentifier
1595+
e instanceof E4X::XMLQualifiedIdentifier or
1596+
e instanceof Angular2::PipeRefExpr
15961597
)
15971598
or
15981599
exists(Expr e | e = nd.asExpr() |

0 commit comments

Comments
 (0)