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 {
48
48
* (The current codebase "defines" the value seen by the library).
49
49
*
50
50
* 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).
53
53
* - **Use-nodes** are associated with data-flow nodes where a value enters the current codebase,
54
54
* such as the return value of a call to an external function.
55
55
* - **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