Skip to content

Commit

Permalink
Add XML functions to ImpureFunctionsList
Browse files Browse the repository at this point in the history
  • Loading branch information
DKhalil authored Apr 8, 2024
1 parent 7d6c88e commit 3496ea1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dictionaries/ImpureFunctionsList.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,4 +254,7 @@
'openssl_pkcs12_export_to_file' => true,
'openssl_pkey_export_to_file' => true,
'openssl_x509_export_to_file' => true,
// xml
'xml_parser_set_option' => true,
'xml_parser_free' => true,
];

0 comments on commit 3496ea1

Please sign in to comment.