File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,8 +51,13 @@ blocked by a missing API.
5151
5252Each pipeline execution spawns an OS process. This is well-suited for
5353batch processing, image pipelines, and server-side generation, but is not
54- appropriate for tight loops that process many small images per second. For
55- those workloads, consider batching operations or pre-generating assets.
54+ appropriate for tight loops that process many small images per second.
55+
56+ ** Security.** ImageMagick has a history of security vulnerabilities related
57+ to parsing complex image formats. Processing untrusted user uploads directly
58+ can be risky. Consider running image processing in isolated containers or
59+ sandboxes, validating file types before processing, using restrictive
60+ ImageMagick policies, and setting resource limits to prevent DoS attacks.
5661
5762ImageMagick must also be installed on every host that runs your application.
5863See the [ Prerequisites] ( #prerequisites ) section for installation instructions.
You can’t perform that action at this time.
0 commit comments