We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b20b3 commit 74e07b5Copy full SHA for 74e07b5
1 file changed
docs/handbook/security.rst
@@ -22,7 +22,7 @@ boundary between untrusted image input and the Pillow API.
22
Untrusted zone │ Pillow API │
23
───────────── │ │
24
Image files ────►│ Image.open() ──► Format plugins │
25
- Byte streams │ (40+ parsers) (Python + C FFI) │
+ Byte streams │ (40+ parsers) (Python + C FFI) │
26
User metadata │ │
27
│ ImageMath.unsafe_eval(expr) ───────────┼──► Python eval()
28
│ ImageShow.show(image) ─────────────────┼──► os.system / subprocess
0 commit comments