From 52cc78cec3c27c2f24e06e213fe1fa075024b193 Mon Sep 17 00:00:00 2001 From: larssandergreen Date: Wed, 30 Aug 2023 18:55:37 -0600 Subject: [PATCH] Remove Html2text security check, package deleted --- CRM/Utils/Check/Component/Security.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CRM/Utils/Check/Component/Security.php b/CRM/Utils/Check/Component/Security.php index 0225471e47..d9fe90a8c5 100644 --- a/CRM/Utils/Check/Component/Security.php +++ b/CRM/Utils/Check/Component/Security.php @@ -287,10 +287,6 @@ class CRM_Utils_Check_Component_Security extends CRM_Utils_Check_Component { "{$packages_path}/OpenFlashChart/php-ofc-library/ofc_upload_image.php", \Psr\Log\LogLevel::CRITICAL, ], - [ - "{$packages_path}/html2text/class.html2text.inc", - \Psr\Log\LogLevel::CRITICAL, - ], ]; foreach ($files as $file) { if (file_exists($file[0])) { -- 2.25.1