Skip to content

Commit

Permalink
Update articles/imagesharp/security.md
Browse files Browse the repository at this point in the history
Co-authored-by: Miha Zupan <mihazupan.zupan1@gmail.com>
  • Loading branch information
JimBobSquarePants and MihaZupan authored Apr 15, 2024
1 parent febbcef commit 03ece61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/imagesharp/security.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Security Considerations

Image processing is a memory-intensive application. Most image processing libraries (including ImageSharp, SkiaSharp and Magick.NET) decode images into in-memory buffers for further processing. Without additional measures, any publicly facing service that consumes images coming from untrusted sources might be vulnerable to DoS attacks attempting to deplate process memory.
Image processing is a memory-intensive application. Most image processing libraries (including ImageSharp, SkiaSharp, and Magick.NET) decode images into in-memory buffers for further processing. Without additional measures, any publicly facing service that consumes images coming from untrusted sources might be vulnerable to DoS attacks attempting to deplete process memory.

Such measures can be:
- Authentication, for example by using HMAC. See [Securing Processing Commands in ImageSharp.Web](../imagesharp.web/processingcommands.md#securing-processing-commands).
Expand Down

0 comments on commit 03ece61

Please sign in to comment.