Nothing to worry about. It is a red herring, a false positive. Ask you host to fix their Web Application Firewall (WAF) rule that reports a perfectly normal and necessary line of PHP code, containing the native function base64_decode, as malware:Ref. PHP: base64_decode
Code:
<a href="<?php echo Route::_('index.php?option=com_templates&view=template&id=' . (int) $value->extension_id . '&file=' . $value->hash_id); ?>" title="<?php echo Text::_('JACTION_EDIT'); ?>"><?php echo base64_decode($value->hash_id); ?></a>
Statistics: Posted by toivo — Sat May 11, 2024 4:45 am