From ac30cfa5c1db9bc6b3ab39ab1115a3ca77c8ce4f Mon Sep 17 00:00:00 2001 From: Rasmus Wriedt Larsen Date: Tue, 11 Oct 2022 14:05:27 +0200 Subject: [PATCH] Python: Apply suggestions from code review --- .../src/change-notes/2022-10-10-pep249-executemany-modeling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ql/src/change-notes/2022-10-10-pep249-executemany-modeling.md b/python/ql/src/change-notes/2022-10-10-pep249-executemany-modeling.md index 556520df64f..42037942ee7 100644 --- a/python/ql/src/change-notes/2022-10-10-pep249-executemany-modeling.md +++ b/python/ql/src/change-notes/2022-10-10-pep249-executemany-modeling.md @@ -1,4 +1,4 @@ --- category: minorAnalysis --- -* Added model of `executemany` calls on PEP-249 compliant Database APIs, resulting in additional sinks for `py/sql-injection`. +* Added model of `executemany` calls on PEP-249 compliant database APIs, resulting in additional sinks for `py/sql-injection`.