From b96d5a3eba40b5b52bd8ab0f100ea134ad69f3ae Mon Sep 17 00:00:00 2001 From: robchett Date: Sun, 17 Sep 2023 11:37:52 +0100 Subject: [PATCH] Add openssl_*_export_to_file to impure functions --- dictionaries/ImpureFunctionsList.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dictionaries/ImpureFunctionsList.php b/dictionaries/ImpureFunctionsList.php index c46c2568a62..70b1fad7d92 100644 --- a/dictionaries/ImpureFunctionsList.php +++ b/dictionaries/ImpureFunctionsList.php @@ -247,4 +247,9 @@ 'hash_update_stream' => true, // unserialize 'unserialize' => true, + // openssl + 'openssl_csr_export_to_file' => true, + 'openssl_pkcs12_export_to_file' => true, + 'openssl_pkey_export_to_file' => true, + 'openssl_x509_export_to_file' => true, ];