From 7f0a33b80dbb761ea66e31760a3ed7c0046730c4 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Thu, 17 Oct 2024 08:30:45 +0000 Subject: [PATCH] 3cab48583da254adb44e6c00b7bcd13023563712 New: Add `escapeExcelFormula` to `-api buttons.exportData()` and enable it by default for the CSV export button to prevent possible formula injection. https://datatables.net/forums/discussion/80069 Sync to source repo @3cab48583da254adb44e6c00b7bcd13023563712 --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index 53aa2e5..ef90423 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/Buttons", "last-tag": "3.1.2", - "last-sync": "fe105bc93f50921112e4f66a698b3312395c9a6a" + "last-sync": "3cab48583da254adb44e6c00b7bcd13023563712" } \ No newline at end of file