mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
refactor the SensitiveExpr to be a dataflow node
This commit is contained in:
committed by
erik-krogh
parent
0c4f08c841
commit
b4968eb645
@@ -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() }
|
||||
|
||||
Reference in New Issue
Block a user