From 60f2482f020ae2216264817bb96147e02944d61e Mon Sep 17 00:00:00 2001 From: jrfnl Date: Thu, 21 Sep 2023 09:18:27 +0200 Subject: [PATCH] Composer.json: add link to security policy This is a new feature available since Composer 2.6.0, which was released a little while ago. When this key is added, it will also show a link to the security policy on Packagist. Refs: * https://github.com/composer/composer/releases/tag/2.6.0 * https://github.com/composer/composer/pull/11271 * https://github.com/composer/packagist/pull/1353 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e2d4605b..7bd801f7 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,8 @@ "support": { "issues": "https://github.com/Yoast/duplicate-post/issues", "forum": "https://wordpress.org/support/plugin/duplicate-post", - "source": "https://github.com/Yoast/duplicate-post" + "source": "https://github.com/Yoast/duplicate-post", + "security": "https://yoast.com/security-program/" }, "require": { "php": "^7.2.5 || ^8.0",