From 5d36e1058f3566ef6d80c0b6f30801b8bce62d61 Mon Sep 17 00:00:00 2001 From: Luis Melo Date: Mon, 10 Aug 2026 10:42:30 +0000 Subject: [PATCH] Update signed manifest to 7.23.14 --- manifest.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index fe82a91..4bf2efa 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "version": "7.23.13", - "released_at": "2026-08-10T09:48:11+00:00", - "package_url": "https://git-cloud.weboria.eu/Weboria/argus-wp-defence/releases/download/v7.23.13/argus-wordpress-defence-7.23.13.zip", - "sha256": "4eb8d3ed1840a45cb006c5830829d89b93a4b71bec70cb92a900b20bb29c7916", + "version": "7.23.14", + "released_at": "2026-08-10T10:42:30+00:00", + "package_url": "https://git-cloud.weboria.eu/Weboria/argus-wp-defence/releases/download/v7.23.14/argus-wordpress-defence-7.23.14.zip", + "sha256": "6b2365b173bd8e583a5d04021d205c773f927217b4870fc3ebff8c298c53367b", "min_php": "7.4", "min_wp": "6.0", - "critical": false, - "summary": "Plugin and theme vulnerability detection is now real when connected to ARGUS Cloud (previously showed \"Check Pending\" indefinitely). No action needed if ARGUS Cloud is already connected -- it starts working automatically.", - "signature": "mhyjsk3Mo/9EDMbmf6JHCS0HPIJZMH7+E2VAaI+1oOdJWMnuD+1nG4SwxromMAXLRpxxslHgPln08T/fuynXAw==" + "critical": true, + "summary": "* Fixed a serious bug: the Firewall could block ordinary visitors just for arriving from an\n everyday link -- for example, a link shared on Facebook, whose own redirect URL happened to\n match a pattern the Firewall treated as suspicious. The underlying cause was broader than that\n one case: 132 of the Firewall's 137 protection rules were checking a visitor's Referer,\n User-Agent, and X-Forwarded-For information -- values a visitor doesn't control -- when they\n should only ever have been checking what a visitor actually submits (search terms, form fields,\n comments, and similar). Those three values are now excluded everywhere except the handful of\n rules that specifically need them (Log4Shell-style attacks are delivered through exactly those\n values, so detection there is unchanged). No settings change needed; this takes effect\n automatically.", + "signature": "l3gHdqDlNbkuk88XuJpVOMiAbAMNVoht7lVJ0UgkgvcLgDUTmcnaYS9g6XoHqH6sPTkmLA6TL2SYe3d2d1NOCA==" }