mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-25 21:34:12 +01:00
Remove space character from potential attack vectors
This commit is contained in:
@@ -20,7 +20,7 @@ use utils;
|
||||
*/
|
||||
class ExportHelper
|
||||
{
|
||||
public const EXCEL_FORMULA_CHARACTERS = ['=', '=', '+', '+', '-', '-', '@', '@', '|', ' ', "\t", "\n", "\r"];
|
||||
public const EXCEL_FORMULA_CHARACTERS = ['=', '=', '+', '+', '-', '-', '@', '@', '|', "\t", "\n", "\r"];
|
||||
|
||||
public static function GetAlertForExcelMaliciousInjection()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user