drachenwald / dw_op

1 stars 5 forks source link

Update mysql connector to latest 2.0.x: 2.0.4 -> 2.0.5 #62

Open olleolleolle opened 10 months ago

olleolleolle commented 10 months ago

This PR updates the mysql connector library to the next patch version.

Changelog: https://dev.mysql.com/doc/relnotes/connector-python/en/news-2-0-5.html

Quoted here in full:

Bugs Fixed

  • A potential SQL injection vector was eliminated. (Bug #22529828, Bug #24816150, Bug #19487642, Bug #73611)

This is the most conservative update possible. In the future, we can upgrade to a later minor version, and even new majors. (EDIT: See #63 for such a PR.)

olleolleolle commented 10 months ago

See #63