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 d035937 commit a667431Copy full SHA for a667431
1 file changed
python/ql/src/semmle/python/ApiGraphs.qll
@@ -274,7 +274,7 @@ module API {
274
* this node, it is reachable via `moduleImport("foo").getMember("bar").getMember("baz")` and
275
* thus `fbb.quux` is reachable via the path mentioned above.
276
*
277
- * When we see `from foo.bar.baz import quux as fbb` a similar thing happens. First, `foo.bar.baz`
+ * When we see `from foo.bar.baz import quux as fbbq` a similar thing happens. First, `foo.bar.baz`
278
* is seen as a use of the API graph node as before. Then `import quux as fbbq` is seen as
279
* a member lookup of `quux` on the API graph node for `foo.bar.baz`, and then finally the
280
* data-flow node `fbbq` is marked as a use of the same path mentioned above.
0 commit comments