File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/ql/lib/semmle/python Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ module API {
4848 * (The current codebase "defines" the value seen by the library).
4949 *
5050 * API graph nodes are associated with data-flow nodes in the current codebase.
51- * (Since external libraries are not part of the database, there is no way to associate with concrete
52- * data-flow nodes from the external library).
51+ * (API graphs are designed to work when external libraries are not part of the database,
52+ * so we do not associate with concrete data-flow nodes from the external library).
5353 * - **Use-nodes** are associated with data-flow nodes where a value enters the current codebase,
5454 * such as the return value of a call to an external function.
5555 * - **Def-nodes** are associated with data-flow nodes where a value leaves the current codebase,
You can’t perform that action at this time.
0 commit comments