8000 Release v1.1.1 · PyMySQL/PyMySQL · GitHub
[go: up one dir, main page]

Skip to content

v1.1.1

Latest
Compare
Choose a tag to compare
< 8734 div data-target="ref-selector.listContainer" role="menu" class="SelectMenu-list" style="max-height: 330px">
Loading
@methane methane released this 21 May 11:07
· 20 commits to main since this release

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.

What's Changed

  • 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

Merged PRs

New Contributors

Full Changelog: v1.1.0...v1.1.1

0