Skip to content

Commit f320ca9

Browse files
authored
security: bump pillow to 10.2 to fix CVE-2022-22817 (#165)
Not a real problem since it's just a test dependency. Still here comes the fix for https://github.com/advisories/GHSA-3f63-hfp8-52jq/dependabot?query=user%3Ageotribu > Pillow through 10.1.0 allows PIL.ImageMath.eval Arbitrary Code Execution via the environment parameter, a different vulnerability than CVE-2022-22817 (which was about the expression parameter).
2 parents 393a46b + ee7ff27 commit f320ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Testing dependencies
22
# --------------------
33

4-
Pillow>=10.0.1,<11
4+
Pillow>=10.2,<11
55
pytest-cov>=4
66
pytest-retry>=1.6
77
validators>=0.20,<0.23

0 commit comments

Comments
 (0)