Update dependency pymysql to v1.1.1
This MR contains the following updates:
Package | Update | Change |
---|---|---|
pymysql | patch |
==1.1.0 -> ==1.1.1
|
Release Notes
PyMySQL/PyMySQL (pymysql)
v1.1.1
Release date: 2024-05-21
[!WARNING] This release fixes a vulnerability (CVE-2024-36039). All users are recommended to update to this version.
If you can not update soon, check the input value from untrusted source has an expected type. Only dict input from untrusted source can be an attack vector.
- 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. #1145
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.