1
0

- Update to 1.1.1 (bsc#1225070):

* Prohibit dict parameter for Cursor.execute(). It didn't produce
    valid SQL and might cause SQL injection. (CVE-2024-36039)
  * Added ssl_key_password param by @svaskov in #1145

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMySQL?expand=0&rev=40
This commit is contained in:
2024-05-23 11:40:03 +00:00
committed by Git OBS Bridge
parent b10c45db26
commit 3b045ca817
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 23 11:34:26 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 1.1.1 (bsc#1225070):
* Prohibit dict parameter for Cursor.execute(). It didn't produce
valid SQL and might cause SQL injection. (CVE-2024-36039)
* Added ssl_key_password param by @svaskov in #1145
-------------------------------------------------------------------
Wed Aug 16 14:43:37 UTC 2023 - ecsos <ecsos@opensuse.org>