Apply suggestions from code review

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
yoff
2022-09-19 14:52:18 +02:00
committed by GitHub
parent 6377e6c575
commit f7cbcb2fef
2 changed files with 3 additions and 4 deletions

View File

@@ -9,7 +9,6 @@ private import semmle.python.frameworks.Aiohttp
private import semmle.python.frameworks.Aiomysql
private import semmle.python.frameworks.Aiopg
private import semmle.python.frameworks.Asyncpg
private import semmle.python.frameworks.Builtins
private import semmle.python.frameworks.ClickhouseDriver
private import semmle.python.frameworks.Cryptodome
private import semmle.python.frameworks.Cryptography

View File

@@ -26,9 +26,9 @@
* We do not support summaries of special methods via the special methods framework,
* the summary would have to identify the call.
*
* We might, while we still extract the standard libraries, want to support flow summaries of
* extracted callables, so that we can model part of the standard libraries with flow summaries.
* For this to work, we have be careful with the enclosiong callable predicate.
* We might, while we still extract the standard library, want to support flow summaries of
* extracted callables, so that we can model part of the standard library with flow summaries.
* For this to work, we have be careful with the enclosing callable predicate.
*/
private import python