mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
JS: Mark angular pipe refs as incomplete
This commit is contained in:
@@ -1592,7 +1592,8 @@ module DataFlow {
|
||||
e instanceof E4X::XMLAttributeSelector or
|
||||
e instanceof E4X::XMLDotDotExpression or
|
||||
e instanceof E4X::XMLFilterExpression or
|
||||
e instanceof E4X::XMLQualifiedIdentifier
|
||||
e instanceof E4X::XMLQualifiedIdentifier or
|
||||
e instanceof Angular2::PipeRefExpr
|
||||
)
|
||||
or
|
||||
exists(Expr e | e = nd.asExpr() |
|
||||
|
||||
Reference in New Issue
Block a user