From 1669859f03eec5de8d5299055dbf992913353221 Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Mon, 14 Aug 2023 13:18:31 +0200 Subject: [PATCH] #11881 lts_name token has been cleaned. --- pandora_console/extras/mr/65.sql | 4 ++++ pandora_console/pandoradb_data.sql | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/pandora_console/extras/mr/65.sql b/pandora_console/extras/mr/65.sql index d4c7cef5b7..6050cb1b89 100644 --- a/pandora_console/extras/mr/65.sql +++ b/pandora_console/extras/mr/65.sql @@ -221,4 +221,8 @@ INSERT INTO `tmodule_inventory` (`id_module_inventory`, `id_os`, `name`, `descri INSERT INTO `tmodule_inventory` (`id_module_inventory`, `id_os`, `name`, `description`, `interpreter`, `data_format`, `code`, `block_mode`,`script_mode`) VALUES (42,9,'Security','Hardening plugin for security compliance analysis','','ID;STATUS','',0,2); +UPDATE tconfig + SET value = null + WHERE token = 'lts_name'; + COMMIT; diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index c9d9e5e574..339cb6a67f 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -2728,4 +2728,8 @@ INSERT INTO `tsca` VALUES (29673,'Ensure sudo log file exist INSERT INTO `tmodule_inventory` (`id_module_inventory`, `id_os`, `name`, `description`, `interpreter`, `data_format`, `code`, `block_mode`,`script_mode`) VALUES (41,1,'Security','Hardening plugin for security compliance analysis','','ID;STATUS','',0,2); -INSERT INTO `tmodule_inventory` (`id_module_inventory`, `id_os`, `name`, `description`, `interpreter`, `data_format`, `code`, `block_mode`,`script_mode`) VALUES (42,9,'Security','Hardening plugin for security compliance analysis','','ID;STATUS','',0,2); \ No newline at end of file +INSERT INTO `tmodule_inventory` (`id_module_inventory`, `id_os`, `name`, `description`, `interpreter`, `data_format`, `code`, `block_mode`,`script_mode`) VALUES (42,9,'Security','Hardening plugin for security compliance analysis','','ID;STATUS','',0,2); + +UPDATE tconfig + SET value = null + WHERE token = 'lts_name'; \ No newline at end of file