forked from pool/python-PyMySQL
- 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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user