chore(deps): update dependency pymysql to v1.1.3 #337
Reference in New Issue
Block a user
Delete Branch "renovate/pymysql-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==1.1.2→==1.1.3Release Notes
PyMySQL/PyMySQL (PyMySQL)
v1.1.3Compare Source
Release date: 2026-05-01
Security
Fix
Cursor.callproc()didn't escape procedure name. (#1206)There was a possibility of SQL injection when calling a procedure with a string received from an untrusted source as the procedure name.
NOTICE: This change may cause backward compatibility issues. If you specified a procedure name like
"dbname.funcname", the previous version calledCALL dbname.funcname, but from this version, it will callCALL `dbname.funcname`so you cannot specify procedure name with database name anymore.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.