Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2025

This PR contains the following updates:

Package Change Age Confidence
social-auth-app-django (changelog) 5.4.3 -> 5.6.0 age confidence

GitHub Vulnerability Alerts

CVE-2025-61783

Impact

Upon authentication, the user could be associated by e-mail even if the associate_by_email pipeline was not included. This could lead to account compromise when a third-party authentication service does not validate provided e-mail addresses or doesn't require unique e-mail addresses.

Patches

Workarounds

Review the authentication service policy on e-mail addresses; many will not allow exploiting this vulnerability.


Release Notes

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

v5.6.0

Compare Source

Changed
  • Fixed possibly unsafe account association (CVE-2025-61783)
  • Storage now filters for active users, you might need to customize SOCIAL_AUTH_ACTIVE_USERS_FILTER if your custom model does not have the is_active field
Added
  • Django 6.0 and Python 3.14 compatibility
  • Type annotations
  • LoginRequiredMiddleware compatibility
  • RAISE_EXCEPTIONS and LOGIN_ERROR_URL can be configured per backend

v5.5.1

Compare Source

Changed
  • Fixed authentication with OpenID based services

v5.5.0

Compare Source

Changed
  • Dropped support for older Django versions.
  • Added non-empty constraind on uid.
  • Added support for session restore with stricter SameSite cookie policy.

Configuration

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

🚦 Automerge: Enabled.

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
Copy link
Contributor Author

renovate bot commented Oct 9, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...


Because social-auth-app-django (5.6.0) depends on Django (>=5.1)
 and mitx online depends on django (5.0.14), social-auth-app-django is forbidden.
So, because mitx online depends on social-auth-app-django (5.6.0), version solving failed.

@renovate renovate bot force-pushed the renovate/pypi-social-auth-app-django-vulnerability branch 12 times, most recently from affbd0d to 0fb21b3 Compare October 16, 2025 20:45
@renovate renovate bot force-pushed the renovate/pypi-social-auth-app-django-vulnerability branch 16 times, most recently from 7b033d4 to 3c21b16 Compare October 23, 2025 18:53
@renovate renovate bot force-pushed the renovate/pypi-social-auth-app-django-vulnerability branch 2 times, most recently from ecfc33b to 89d9d99 Compare November 12, 2025 17:25
@renovate renovate bot changed the title fix(deps): update dependency social-auth-app-django to v5.6.0 [security] Update dependency social-auth-app-django to v5.6.0 [SECURITY] Nov 12, 2025
@renovate renovate bot force-pushed the renovate/pypi-social-auth-app-django-vulnerability branch 2 times, most recently from ca1fe05 to 186c9b2 Compare November 14, 2025 06:54
@renovate renovate bot changed the title Update dependency social-auth-app-django to v5.6.0 [SECURITY] fix(deps): update dependency social-auth-app-django to v5.6.0 [security] Nov 14, 2025
@renovate renovate bot force-pushed the renovate/pypi-social-auth-app-django-vulnerability branch 16 times, most recently from efdfaa8 to f69d991 Compare November 23, 2025 22:17
@renovate renovate bot force-pushed the renovate/pypi-social-auth-app-django-vulnerability branch 6 times, most recently from 0f30c13 to 2b9da66 Compare November 25, 2025 20:41
@renovate renovate bot force-pushed the renovate/pypi-social-auth-app-django-vulnerability branch from 2b9da66 to c93955e Compare November 26, 2025 14:35
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