Update sources/Application/Helper/ExportHelper.php

Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
This commit is contained in:
Stephen Abello
2026-02-25 20:31:40 +01:00
committed by GitHub
parent e47556e73e
commit 86133b52b2

View File

@@ -20,6 +20,9 @@ use utils;
*/
class ExportHelper
{
/**
* @since 3.2.3 3.3.0 N°6977
*/
public const EXCEL_FORMULA_CHARACTERS = ['=', '', '+', '', '-', '', '@', '', '|', "\t", "\n", "\r"];
public static function GetAlertForExcelMaliciousInjection()