mirror of
https://github.com/github/codeql.git
synced 2026-02-11 20:51:06 +01:00
Update javascript/ql/lib/semmle/javascript/ApiGraphs.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user