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

Update django to 1.11.21 #68

Merged
merged 1 commit into from
Jun 4, 2019
Merged

Conversation

pyup-bot
Copy link
Contributor

@pyup-bot pyup-bot commented Jun 3, 2019

This PR updates Django from 1.11.20 to 1.11.21.

Changelog

1.11.21

============================

*June 3, 2019*

Django 1.11.21 fixes a security issue in 1.11.20.

CVE-2019-12308: AdminURLFieldWidget XSS
---------------------------------------

The clickable "Current URL" link generated by ``AdminURLFieldWidget`` displayed
the provided value without validating it as a safe URL. Thus, an unvalidated
value stored in the database, or a value provided as a URL query parameter
payload, could result in an clickable JavaScript link.

``AdminURLFieldWidget`` now validates the provided value using
:class:`~django.core.validators.URLValidator` before displaying the clickable
link. You may customise the validator by passing a ``validator_class`` kwarg to
``AdminURLFieldWidget.__init__()``, e.g. when using
:attr:`~django.contrib.admin.ModelAdmin.formfield_overrides`.


============================
Links

@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.593% when pulling fad4eb5 on pyup-update-django-1.11.20-to-1.11.21 into 3c09739 on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.593% when pulling fad4eb5 on pyup-update-django-1.11.20-to-1.11.21 into 3c09739 on master.

@nikolas nikolas merged commit 88203fb into master Jun 4, 2019
@ndittren ndittren deleted the pyup-update-django-1.11.20-to-1.11.21 branch January 24, 2024 17:19
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.

None yet

3 participants