Skip to content

Commit 9b27a7c

Browse files
committed
Python: Dont claim that external libraries are excluded from the database
1 parent 092a6a0 commit 9b27a7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/lib/semmle/python/ApiGraphs.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)