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

bug: Build to Upgrade bleach to 3.3.0 is failing due to django-incident-response 0.5.1 depends on bleach 3.1.4 #630

Closed
aquinoelite opened this issue Jan 17, 2022 · 1 comment
Labels
untriaged Bug reports that haven't been triaged

Comments

@aquinoelite
Copy link

Describe the bug
Build failed due to "django-incident-response 0.5.1 depends on bleach 3.1.4"
The latest version of bleach is 4.1.0
Snyk detects a vulnerability issue on bleach - Cross-site Scripting(XSS)

However, the heroku build/deploy is failing because django-incident-response 0.5.1 is not accepting the latest version of bleach (3.3.0 or 4.1.0)

My Platform
Heroku deployment
Django 2.2.26

Additional context
https://pypi.org/project/django-incident-response/
https://pypi.org/search/?q=bleach

@aquinoelite aquinoelite added the untriaged Bug reports that haven't been triaged label Jan 17, 2022
@willkg
Copy link
Member

willkg commented Jan 20, 2022

If I understand this issue correctly, there's nothing we can do in the Bleach project to help you with your issue. You'll need django-incident-response to update what versions of Bleach django-incident-response works with.

You wrote up monzo/response#257 to cover that.

I think they need to change this line: https://github.com/monzo/response/blob/master/setup.py#L10

Hope that helps!

@willkg willkg closed this as completed Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
untriaged Bug reports that haven't been triaged
Projects
None yet
Development

No branches or pull requests

2 participants