From cc7a4d4883886f4a298e3737d5667a91a7c416df Mon Sep 17 00:00:00 2001 From: Phil Bayfield Date: Sat, 6 Jul 2024 11:47:18 +0100 Subject: [PATCH] Add note in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1506513..1d06c50 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Package imaging provides basic image processing functions (resize, rotate, crop, All the image processing functions provided by the package accept any image type that implements `image.Image` interface as an input, and return a new image of `*image.NRGBA` type (32bit RGBA colors, non-premultiplied alpha). +_**This is a fork of the original project with dependency updates and CVE-2023-36308 fixed._** + ## Installation go get -u github.com/boxes-ltd/imaging