-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Call to non-existent function #981
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Since the commit references a CVE known vulnerability, I imagine the functionality is not coming back. Can anyone tell me if I am correct in assuming that the only reason the code would hit this obsolete function call is if newer methods already failed? Is it safe to assume that this function should be replaced with an exception that asks the user to upgrade the MySQL instance they are connecting to? Or is the situation more nuanced? |
I suggest a better error message be included something similar to what
|
In the legacy handshake there is still a call to
_auth.scramble_old_password
https://github.com/PyMySQL/PyMySQL/blob/master/pymysql/connections.py#L924
This function was deleted in this commit
cd61e56
The text was updated successfully, but these errors were encountered: