Skip to content

Commit f560719

Browse files
committed
Python: expand comment on flow summaries
1 parent da39c14 commit f560719

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python/ql/lib/semmle/python/dataflow/new/internal/FlowSummaryImplSpecific.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
*
2626
* We do not support summaries of special methods via the special methods framework,
2727
* the summary would have to identify the call.
28+
*
29+
* We might, while we still extract the standard libraries, want to support flow summaries of
30+
* extracted callables, so that we can model part of the standard libraries with flow summaries.
31+
* For this to work, we have be careful with the enclosiong callable predicate.
2832
*/
2933

3034
private import python

0 commit comments

Comments
 (0)