Skip to content
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

fix(deps): update dependency social-auth-app-django to v5.4.1 [security] #2179

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
social-auth-app-django 5.4.0 -> 5.4.1 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2024-32879

Impact

Due to default case-insensitive collation in MySQL or MariaDB databases, third-party authentication user IDs are not case-sensitive and could cause different IDs to match.

Patches

This issue has been addressed by https://github.com/python-social-auth/social-app-django/pull/566 and fix released in 5.4.1.

Workarounds

An immediate workaround would be to change collation of the affected field:

ALTER TABLE `social_auth_association` MODIFY `uid` varchar(255) COLLATE `utf8_bin`;

References

This issue was discovered by folks at https://opencraft.com/.


Release Notes

python-social-auth/social-app-django (social-auth-app-django)

v5.4.1

Compare Source

Changed
  • Added reverse migration for JSON field
  • Fixed improper handling of case sensitivity with MySQL/MariaDB (CVE-2024-32879)

Configuration

📅 Schedule: Branch creation - "" in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching PR was automerged previously.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/pypi-social-auth-app-django-vulnerability branch 4 times, most recently from 3b44170 to 51ed7d4 Compare May 13, 2024 16:00
@renovate renovate bot force-pushed the renovate/pypi-social-auth-app-django-vulnerability branch 12 times, most recently from 7f0eef7 to 40788e9 Compare May 28, 2024 09:15
@renovate renovate bot force-pushed the renovate/pypi-social-auth-app-django-vulnerability branch 5 times, most recently from 84a66fc to 5d2cce2 Compare June 6, 2024 19:46
@renovate renovate bot force-pushed the renovate/pypi-social-auth-app-django-vulnerability branch 9 times, most recently from c12d436 to 44ca02e Compare June 15, 2024 15:34
@renovate renovate bot force-pushed the renovate/pypi-social-auth-app-django-vulnerability branch 13 times, most recently from 19e0ed5 to ee304af Compare July 12, 2024 19:32
@renovate renovate bot force-pushed the renovate/pypi-social-auth-app-django-vulnerability branch from ee304af to e12afa2 Compare July 15, 2024 14:51
@renovate renovate bot force-pushed the renovate/pypi-social-auth-app-django-vulnerability branch 6 times, most recently from 68c8d96 to b116a50 Compare August 1, 2024 12:56
@renovate renovate bot force-pushed the renovate/pypi-social-auth-app-django-vulnerability branch 3 times, most recently from 061d9ca to bf3e1d0 Compare August 5, 2024 11:07
@renovate renovate bot force-pushed the renovate/pypi-social-auth-app-django-vulnerability branch from bf3e1d0 to 65108a0 Compare August 7, 2024 22:27
@umar8hassan umar8hassan merged commit e04dee6 into master Aug 8, 2024
7 checks passed
@umar8hassan umar8hassan deleted the renovate/pypi-social-auth-app-django-vulnerability branch August 8, 2024 11:35
@odlbot odlbot mentioned this pull request Aug 8, 2024
10 tasks
@umar8hassan umar8hassan self-assigned this Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant