We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
global.encryptPassword = function(password, md5encoded) { md5encoded = md5encoded || false; password = md5encoded ? password : think.md5(password); return think.md5(think.md5('www.cmswing.com') + password + think.md5('Arterli')); };
https://github.com/arterli/CmsWing/blob/ba8dbac6bd42ca844b6903151eaf029906681de0/src/bootstrap/global.js
The text was updated successfully, but these errors were encountered:
@arterli Hi, is there any plans to fix this vulnerability?
Note that it appears that CVE-2019-7649 was assigned to this issue.
Sorry, something went wrong.
No branches or pull requests
global.encryptPassword = function(password, md5encoded) {
md5encoded = md5encoded || false;
password = md5encoded ? password : think.md5(password);
return think.md5(think.md5('www.cmswing.com') + password + think.md5('Arterli'));
};
https://github.com/arterli/CmsWing/blob/ba8dbac6bd42ca844b6903151eaf029906681de0/src/bootstrap/global.js
The text was updated successfully, but these errors were encountered: