refactor the SensitiveExpr to be a dataflow node

This commit is contained in:
Erik Krogh Kristensen
2022-04-04 11:14:48 +02:00
committed by erik-krogh
parent 0c4f08c841
commit b4968eb645
9 changed files with 40 additions and 34 deletions

View File

@@ -20,4 +20,4 @@ query predicate processTermination(NodeJSLib::ProcessTermination term) { any() }
query predicate sensitiveAction(SensitiveAction ac) { any() }
query predicate sensitiveExpr(SensitiveExpr e) { any() }
query predicate sensitiveExpr(SensitiveNode e) { any() }