Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
053155a2
Commit
053155a2
authored
1 year ago
by
Mathieu Velten
Browse files
Options
Downloads
Patches
Plain Diff
Mandate Pillow>=10.0.1 because of libwebp CVE (#16347)
parent
53b7d9cc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.d/16347.misc
+1
-0
1 addition, 0 deletions
changelog.d/16347.misc
pyproject.toml
+3
-1
3 additions, 1 deletion
pyproject.toml
with
4 additions
and
1 deletion
changelog.d/16347.misc
0 → 100644
+
1
−
0
View file @
053155a2
Pillow 10.0.1 is now mandatory because of libwebp CVE-2023-4863, since Pillow provides libwebp in the wheels.
This diff is collapsed.
Click to expand it.
pyproject.toml
+
3
−
1
View file @
053155a2
...
@@ -174,7 +174,9 @@ PyYAML = ">=3.13"
...
@@ -174,7 +174,9 @@ PyYAML = ">=3.13"
pyasn1
=
">
=
0.1
.
9
"
pyasn1
=
">
=
0.1
.
9
"
pyasn1-modules
=
">
=
0.0
.
7
"
pyasn1-modules
=
">
=
0.0
.
7
"
bcrypt
=
">
=
3.1
.
7
"
bcrypt
=
">
=
3.1
.
7
"
Pillow
=
">
=
5.4
.
0
"
# 10.0.1 minimum is mandatory here because of libwebp CVE-2023-4863.
# Packagers that already took care of libwebp can lower that down to 5.4.0.
Pillow
=
">
=
10.0
.
1
"
# We use SortedDict.peekitem(), which was added in sortedcontainers 1.5.2.
# We use SortedDict.peekitem(), which was added in sortedcontainers 1.5.2.
sortedcontainers
=
">
=
1.5
.
2
"
sortedcontainers
=
">
=
1.5
.
2
"
pymacaroons
=
">
=
0.13
.
0
"
pymacaroons
=
">
=
0.13
.
0
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment