We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0189e8a commit 0a0d958Copy full SHA for 0a0d958
ruby/ql/lib/codeql/ruby/ApiGraphs.qll
@@ -326,7 +326,7 @@ module API {
326
MkMethodAccessNode(DataFlow::CallNode call) { isUse(call) } or
327
/** A use of an API member at the node `nd`. */
328
MkUse(DataFlow::Node nd) { isUse(nd) } or
329
- /** A value that escapes into an API at the node `nd` */
+ /** A value that escapes into an external library at the node `nd` */
330
MkDef(DataFlow::Node nd) { isDef(nd) }
331
332
private string resolveTopLevel(ConstantReadAccess read) {
0 commit comments