From b6fa718241a2b62c28be256114351fedfe4c11bb Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Thu, 10 Sep 2026 00:32:06 +0300 Subject: [PATCH 1/2] Link security policy in project metadata --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d85a5adb716..1dd232bf63c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,6 +87,7 @@ urls.Documentation = "https://pillow.readthedocs.io" urls.Funding = "https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=pypi" urls.Homepage = "https://python-pillow.org" urls.Mastodon = "https://fosstodon.org/@pillow" +urls.Security = "https://pillow.readthedocs.io/en/latest/handbook/security.html" urls.Source = "https://github.com/python-pillow/Pillow" [tool.setuptools] From 51323abf596318c8f6d3590d6bdcea6cc17005cc Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Thu, 10 Sep 2026 09:17:49 +0300 Subject: [PATCH 2/2] Link to stable Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1dd232bf63c..60243d4882c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ urls.Documentation = "https://pillow.readthedocs.io" urls.Funding = "https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=pypi" urls.Homepage = "https://python-pillow.org" urls.Mastodon = "https://fosstodon.org/@pillow" -urls.Security = "https://pillow.readthedocs.io/en/latest/handbook/security.html" +urls.Security = "https://pillow.readthedocs.io/en/stable/handbook/security.html" urls.Source = "https://github.com/python-pillow/Pillow" [tool.setuptools]