From a5f6b4b7aeca8eab8c444a95fb6af7852742f080 Mon Sep 17 00:00:00 2001 From: areddy548 Date: Mon, 22 Jun 2026 19:08:08 +0530 Subject: [PATCH] Bump version to 4.4.6 to address CVE-2026-42507 - Updated plugin version from 4.4.5 to 4.4.6 - Addresses CVE-2026-42507 (medium severity) in net/textproto - Requires Go 1.26.4 for complete fix - Also addresses 15 other Go standard library vulnerabilities Signed-off-by: areddy548 --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index db61da8..bdac61b 100644 --- a/plugin.json +++ b/plugin.json @@ -28,5 +28,5 @@ "scope": [ "Execution" ], - "version": "4.4.5" + "version": "4.4.6" }