Update javascript/ql/lib/semmle/javascript/ApiGraphs.qll

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Asger F
2025-12-09 09:03:11 +01:00
parent d0dbc91aa9
commit 56a6fe4c08

View File

@@ -1240,7 +1240,7 @@ module API {
}
/**
* Holds if `ref` is a reference to a field/accessor that should have en incoming edge from base labelled `lbl`.
* Holds if `ref` is a reference to a field/accessor that should have an incoming edge from base labelled `lbl`.
*
* Since fields do not have their own data-flow nodes, we generate a node for each read or write.
* For property writes, the right-hand side becomes a def-node and property reads become use-nodes.