mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
JS: Use in SensitiveActions test as an example
This commit is contained in:
@@ -20,4 +20,4 @@ query predicate processTermination(NodeJSLib::ProcessTermination term) { any() }
|
||||
|
||||
query predicate sensitiveAction(SensitiveAction ac) { any() }
|
||||
|
||||
query predicate sensitiveExpr(SensitiveNode e) { any() }
|
||||
query predicate sensitiveExpr(SensitiveNode e, string kind) { kind = e.getClassification() }
|
||||
|
||||
Reference in New Issue
Block a user