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(security): Bump Pillow #19662

Merged
merged 1 commit into from
Jul 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions bin/scan
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ ignored=(
# XXX: This is... unfortunately not present in safety's db right now. It is in synk though:
# https://snyk.io/vuln/SNYK-PYTHON-DJANGORESTFRAMEWORK-450194
# XSS in the "browsable api" drf < 3.9.1 view templates - doesn't apply to us.


# Pillow security issues (no py2 compatible fix)
# XXX(josh): Assess impact. Seems like those could hurt us during avatar upload
38449
38450
38451
38452
)

# Take additional ignores from argv.
Expand Down