Skip to content

Commit

Permalink
Merge pull request #10210 from robchett/add_impure_openssl_functions
Browse files Browse the repository at this point in the history
Add openssl_*_export_to_file to impure functions
  • Loading branch information
orklah committed Sep 17, 2023
2 parents ab470b4 + b96d5a3 commit 7d8d74d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dictionaries/ImpureFunctionsList.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
];

0 comments on commit 7d8d74d

Please sign in to comment.